|
ENTITY Manifold_subsurface_model SUBTYPE OF (Geometric_model); parent_surface : open_shell_or_subsurface; WHERE WR1: SELF :<>: parent_surface; WR2: SELF\Geometric_model.context_of_items :=: parent_surface\Geometric_model.context_of_items; END_ENTITY; -- Manifold_subsurface_model |
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; Manifold_subsurface_model parent_surface: open_shell_or_subsurface; |
| Assembly_component_non_planar_shape_model (Physical_unit_non_planar_design_view_arm) |
Global rules for this entity data type- |