|
ENTITY Three_d_geometry_set SUBTYPE OF (Constituent_shape_representation); basis_role : STRING; basis_surface : Surface; defining_boundary : SET [1:?] OF Curve; END_ENTITY; -- Three_d_geometry_set |
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 - Three_d_geometry_set basis_role: STRING; basis_surface: Surface; defining_boundary: SET [1:?] OF Curve; |
Global rules for this entity data type- |