|
ENTITY Face_based_sheet_representation SUBTYPE OF (Composite_sheet_representation); face_surface : Surface; inner_bounds : OPTIONAL SET [1:?] OF Loop; outer_bound : Loop; END_ENTITY; -- Face_based_sheet_representation |
Entity data types and their attributesRepresentation(OPT) id: STRING; (OPT) name: STRING; (OPT) description: STRING; context_of_items: Representation_context; items: SET [1:?] OF Representation_item; Geometric_model (OPT) version_id: STRING; (OPT) model_extent: length_measure; (RT) context_of_items: Geometric_coordinate_space; (RT) items: SET [1:?] OF Detailed_geometric_model_element; Constituent_shape_representation - Composite_sheet_representation - Face_based_sheet_representation face_surface: Surface; (OPT) inner_bounds: SET [1:?] OF Loop; outer_bound: Loop; |
Global rules for this entity data type- |