Navigation

coord_system_cylindrical

EXPRESS specification:

ENTITY coord_system_cylindrical
SUBTYPE OF ( coord_system);
origin  :  cylindrical_point;
axes_definition  :  LIST [2:3] OF direction;
END_ENTITY;

References (1):

Name Type Referred through Express-G
coord_system Entity
Subtype
No Diagram

Inheritance graph

ENTITY coord_system_cylindrical;
ENTITY coord_system;
coord_system_name  :  label;
coord_system_use  :  label;
sign_convention  :  OPTIONAL text;
coord_system_dimensionality  :  dimension_count;
ENTITY coord_system_cylindrical;
origin  :  cylindrical_point;
axes_definition  :  LIST [2:3] OF direction;
END_ENTITY;