|
ENTITY Shape_definition_3d_plane_projection SUBTYPE OF (Geometric_model_relationship); viewing_plane : Axis_placement_3d; planar_shape_origin : Axis_placement_2d; SELF\Geometric_model_relationship.rep_1 RENAMED surface_projection_result : Planar_shape_model; SELF\Geometric_model_relationship.rep_2 RENAMED projected_volume : Geometric_model; WHERE WR1: NOT ('LAYERED_3D_SHAPE_ARM.PLANAR_SHAPE_MODEL' IN TYPEOF(projected_volume)); WR2: NOT EXISTS(SELF\Representation_relationship.relation_type); END_ENTITY; -- Shape_definition_3d_plane_projection |
Entity data types and their attributesRepresentation_relationship(OPT) relation_type: STRING; (OPT) description: STRING; rep_1: Representation; rep_2: Representation; Geometric_model_relationship (RT) rep_1: Geometric_model; (RT) rep_2: Geometric_model; Shape_definition_3d_plane_projection viewing_plane: Axis_placement_3d; planar_shape_origin: Axis_placement_2d; (RT) rep_1->surface_projection_result: Planar_shape_model; (RT) rep_2->projected_volume: Geometric_model; |
Global rules for this entity data type- |