|
ENTITY Solid_with_rectangular_pattern SUBTYPE OF (Modified_solid); location : Axis_placement; replicated_element : solid_with_placed_feature; row_count : INTEGER; column_count : INTEGER; row_spacing : length_measure; column_spacing : length_measure; WHERE WR1: (row_count * column_count) > 1; WR2: row_spacing > 0.0; WR3: column_spacing > 0.0; END_ENTITY; -- Solid_with_rectangular_pattern |
Entity data types and their attributesRepresentation_item(OPT) name: STRING; Detailed_geometric_model_element - Modified_solid rationale: STRING; base_solid: solid_select; Solid_with_rectangular_pattern location: Axis_placement; replicated_element: solid_with_placed_feature; row_count: INTEGER; column_count: INTEGER; row_spacing: length_measure; column_spacing: length_measure; |
| Solid_with_incomplete_rectangular_pattern (Solid_with_local_modification_arm) |
Global rules for this entity data type- |