|
ENTITY complex_shelled_solid SUBTYPE OF (shelled_solid); thickened_face_list : LIST [1:?] OF SET [1:?] OF face_surface; thickness_list : LIST [1:?] OF length_measure; WHERE WR1: SIZEOF(thickened_face_list) = SIZEOF(thickness_list); WR2: SIZEOF(QUERY(q <* thickness_list | (q = 0))) = 0; END_ENTITY; -- complex_shelled_solid |
Entity data types and their attributesrepresentation_itemname: label; geometric_representation_item (DER) dim: dimension_count; solid_model - modified_solid rationale: text; base_solid: base_solid_select; shelled_solid deleted_face_set: SET [1:?] OF face_surface; thickness: length_measure; complex_shelled_solid thickened_face_list: LIST [1:?] OF SET [1:?] OF face_surface; thickness_list: LIST [1:?] OF length_measure; |
Global rules for this entity data type- |