|
ENTITY Reinforcement_orientation_basis SUBTYPE OF (Representation); SELF\Representation.context_of_items : Geometric_coordinate_space; SELF\Representation.items : SET [1:1] OF Axis_placement_3d; DERIVE basis_location : Cartesian_point := SELF\Representation.items[1]\Axis_placement.origin; orientation : Direction := SELF\Representation.items[1]\Axis_placement.x_axis; INVERSE tables : SET [1:?] OF Laminate_table FOR basis; orientations : SET [1:?] OF Ply_orientation_angle FOR rep_2; END_ENTITY; -- Reinforcement_orientation_basis |
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; Reinforcement_orientation_basis (RT) context_of_items: Geometric_coordinate_space; (RT) items: SET [1:1] OF Axis_placement_3d; (DER) basis_location: Cartesian_point; (DER) orientation: Direction; (INV) tables: SET [1:?] OF Laminate_table FOR basis; (INV) orientations: SET [1:?] OF Ply_orientation_angle FOR rep_2; |
Global rules for this entity data type- |