|
ENTITY Solid_with_tee_slot SUBTYPE OF (Solid_with_slot); tee_section_width : length_measure; collar_depth : length_measure; WHERE WR1: collar_depth < SELF\Solid_with_depression.depth; WR2: tee_section_width > SELF\solid_with_slot.slot_width; WR3: tee_section_width > 0.0; WR4: collar_depth > 0.0; END_ENTITY; -- Solid_with_tee_slot |
Entity data types and their attributesRepresentation_item(OPT) name: STRING; Detailed_geometric_model_element - Modified_solid rationale: STRING; base_solid: solid_select; Solid_with_depression location: Axis_placement; depth: length_measure; Solid_with_slot slot_width: length_measure; closed_ends: LIST [2:2] OF LOGICAL; end_exit_faces: LIST [2:2] OF SET [0:?] OF Advanced_face; Solid_with_tee_slot tee_section_width: length_measure; collar_depth: length_measure; |
Global rules for this entity data type- |