ENTITY coord_system
(* SCHEMA STRUCTURAL_FRAME_SCHEMA; *)
ENTITY coord_system
ABSTRACT SUPERTYPE OF (ONEOF
(coord_system_cartesian_2d,
coord_system_cartesian_3d,
coord_system_spherical,
coord_system_cylindrical) ANDOR
coord_system_child);
coord_system_name : label;
coord_system_use : label;
sign_convention : OPTIONAL text;
coord_system_dimensionality : dimension_count;
END_ENTITY;
Explicit Attributes
Entity coord_system has the following local and inherited explicit attributes:
Attribute | Type | Defined By |
---|
coord_system_name | label (STRING) | coord_system |
coord_system_use | label (STRING) | coord_system |
sign_convention | text (STRING) | coord_system |
coord_system_dimensionality | dimension_count (INTEGER) | coord_system |
|
Derived Attributes
No derived attributes
Inverse Attributes
No Inverse AttributesSupertypes
No supertypesSubtypes
Entity coord_system has the following subtypes:
coord_system_cartesian_2d*
coord_system_cartesian_3d*
coord_system_child*
coord_system_cylindrical*
coord_system_spherical*
* - Immediate Subtypes
Referenced By
Entity coord_system and its supertypes are referenced by the following definitions:
[Top Level Definitions] [Exit]Generated by STEP Tools® EXPRESS to HTML Converter
2023-03-25T00:11:38-04:00