|
ENTITY Part_template_planar_keepout_shape_model SUBTYPE OF (Planar_shape_model, Non_feature_shape_model, Part_template_keepout_shape_model); SELF\Non_feature_shape_model.model_shape : Part_template_planar_shape_model; DERIVE application_technology_constraint : SET [0:?] OF Requirement_view_definition := get_rvd(SELF, 'application technology constraint'); WHERE WR1: (SIZEOF(application_technology_constraint) <= 1); WR2: NOT EXISTS(SELF\Representation.description); END_ENTITY; -- Part_template_planar_keepout_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 - Non_feature_shape_model associated_element: Non_feature_shape_element; (OPT) model_shape: Geometric_model; Part_template_keepout_shape_model constrained_design_object_category: keepout_product_design_object_category; shape_characterized_definition: Geometric_template; shape_material_condition: material_condition; (OPT) centroid_location: Cartesian_point; shape_environment: application_environment; (OPT) shape_purpose: predefined_keepout_purpose; (DER) principal_part_shape: SET [0:1] OF Geometric_model_relationship; (INV) external_shape_purpose: SET [0:1] OF External_source_identification FOR item; Part_template_planar_keepout_shape_model (RT) model_shape: Part_template_planar_shape_model; (DER) application_technology_constraint: SET [0:?] OF Requirement_view_definition; |
Global rules for this entity data type- |