|
ENTITY Routed_cable_component_2d_shape_model SUBTYPE OF (Assembly_component_2d_shape_model); cable_path_shape : SET [1:?] OF Curve; connector_placement : SET [1:?] OF Sub_model_placement_2d; junction_placement : OPTIONAL SET [1:?] OF Geometric_model_element_relationship; SELF\Assembly_component_2d_shape_model.shape_characterized_component : SET [1:1] OF Cable_component; WHERE WR1: NOT EXISTS(SELF\Representation.description); END_ENTITY; -- Routed_cable_component_2d_shape_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; Planar_shape_model - Planar_projected_shape_model - Assembly_component_2d_shape_model shape_characterized_component: SET [1:?] OF Assembly_component; (DER) equivalent_reference_shape_model: SET [0:1] OF Geometric_model_relationship; Routed_cable_component_2d_shape_model cable_path_shape: SET [1:?] OF Curve; connector_placement: SET [1:?] OF Sub_model_placement_2d; (OPT) junction_placement: SET [1:?] OF Geometric_model_element_relationship; (RT) shape_characterized_component: SET [1:1] OF Cable_component; |
Global rules for this entity data type- |