|
ENTITY Direction_of_fiber_orientation_within_a_ply SUBTYPE OF (Representation); SELF\Representation.context_of_items : Geometric_coordinate_space; SELF\Representation.items : SET [1:?] OF angle_select; INVERSE orientations : SET [1:1] OF Ply_orientation_angle FOR rep_1; END_ENTITY; -- Direction_of_fiber_orientation_within_a_ply |
Entity data types and their attributesRepresentation(OPT) id: STRING; (OPT) name: STRING; (OPT) description: STRING; context_of_items: Representation_context; items: SET [1:?] OF Representation_item; Direction_of_fiber_orientation_within_a_ply (RT) context_of_items: Geometric_coordinate_space; (RT) items: SET [1:?] OF angle_select; (INV) orientations: SET [1:1] OF Ply_orientation_angle FOR rep_1; |
Global rules for this entity data type- |