|
ENTITY Processed_core SUBTYPE OF (Constituent_part); added_material : OPTIONAL LIST [0:?] OF Ply; cell_direction : Direction_of_fiber_orientation_within_a_ply; made_from_stock : Stock_core; made_from_processed_core : OPTIONAL SET [1:?] OF Processed_core; shape : OPTIONAL core_shape; DERIVE cell_orientation_angle : Ply_orientation_angle := cell_direction.orientations[1]; END_ENTITY; -- Processed_core |
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; Processed_core (OPT) added_material: LIST [0:?] OF Ply; cell_direction: Direction_of_fiber_orientation_within_a_ply; made_from_stock: Stock_core; (OPT) made_from_processed_core: SET [1:?] OF Processed_core; (OPT) shape: core_shape; (DER) cell_orientation_angle: Ply_orientation_angle; |
Global rules for this entity data type- |