Navigation

coord_system

EXPRESS specification:

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;

References (11):

Name Type Referred through Express-G
analysis_model_located Entity
Attribute 'model_coord_sys'
No Diagram
coord_system_cartesian_2d Entity
Supertype
No Diagram
coord_system_cartesian_3d Entity
Supertype
No Diagram
coord_system_child Entity
Supertype
Attribute 'parent_coord_system'
No Diagram
coord_system_cylindrical Entity
Supertype
No Diagram
coord_system_spherical Entity
Supertype
No Diagram
design_joint_system Entity
Attribute 'locations'
No Diagram
design_part Entity
Attribute 'locations'
No Diagram
located_item Entity
Attribute 'location'
No Diagram
select_structural_item Select
Select relation
No Diagram

Inheritance graph

ENTITY coord_system;
ENTITY coord_system;
coord_system_name  :  label;
coord_system_use  :  label;
sign_convention  :  OPTIONAL text;
coord_system_dimensionality  :  dimension_count;
END_ENTITY;