|
ENTITY Extruded_solid_with_multiple_draft_angles SUBTYPE OF (Extruded_solid_with_trim_conditions); draft_edges : LIST [2:?] OF SET [1:?] OF Edge_curve; draft_angles : LIST [2:?] OF plane_angle_measure; WHERE WR1: SIZEOF(draft_edges) = SIZEOF(draft_angles); WR2: SIZEOF(QUERY(q <* draft_angles | q = 0)) = 0; END_ENTITY; -- Extruded_solid_with_multiple_draft_angles |
Entity data types and their attributesRepresentation_item(OPT) name: STRING; Detailed_geometric_model_element - Swept_solid swept_face: Advanced_face; Extruded_solid depth: length_measure; extruded_direction: Direction; Extruded_solid_with_trim_conditions start_condition: trim_select; end_condition: trim_select; start_condition_intent: trim_intent; end_condition_intent: trim_intent; Extruded_solid_with_multiple_draft_angles draft_edges: LIST [2:?] OF SET [1:?] OF Edge_curve; draft_angles: LIST [2:?] OF plane_angle_measure; |
Global rules for this entity data type- |