|
ENTITY constant_surface_3d_element_coordinate_system SUBTYPE OF (fea_representation_item); axis : INTEGER; angle : plane_angle_measure; WHERE WR1: (axis >= 1) AND (axis <= 2); END_ENTITY; -- constant_surface_3d_element_coordinate_system |
Entity data types and their attributesrepresentation_itemname: label; fea_representation_item - constant_surface_3d_element_coordinate_system axis: INTEGER; angle: plane_angle_measure; |
Global rules for this entity data type- |