|
ENTITY Ply SUBTYPE OF (Constituent_part); constituents : OPTIONAL LIST [1:?] OF Ply_piece; ply_thickness : Length_data_element; material_orientation : Direction_of_fiber_orientation_within_a_ply; material_type : ply_stock_material; shape : OPTIONAL Ply_shape; DERIVE material_orientation_angle : Ply_orientation_angle := material_orientation.orientations[1]; END_ENTITY; -- Ply |
Entity data types and their attributesProduct_view_definition(OPT) id: STRING; (OPT) name: STRING; (OPT) additional_characterization: STRING; initial_context: View_definition_context; additional_contexts: SET [0:?] OF View_definition_context; defined_version: Product_version; Part_view_definition (RT) defined_version: Part_version; Constituent_part (RT) id->constituent_part_identification: STRING; (OPT) weight: Mass_data_element; Ply (OPT) constituents: LIST [1:?] OF Ply_piece; ply_thickness: Length_data_element; material_orientation: Direction_of_fiber_orientation_within_a_ply; material_type: ply_stock_material; (OPT) shape: Ply_shape; (DER) material_orientation_angle: Ply_orientation_angle; |
Global rules for this entity data type- |