Application module: Physical unit 3D design view | ISO/TS 10303-1725:2018-11(E) © ISO |
This clause specifies the EXPRESS schema derived from the mapping table. It uses elements from the common resources or from other application modules and defines the EXPRESS constructs that are specific to this part of ISO 10303.
This clause constitutes the Module Interpreted Module (MIM) of the application module.
This clause also specifies the modifications that apply to the constructs imported from the common resources.
The following restrictions apply to the use, in this schema, of constructs defined in common resources or in application modules:
Short names of entities defined in this schema are described in Annex A. Unambiguous identification of this schema is defined in Annex B.
EXPRESS specification:
*)
SCHEMA Physical_unit_3d_design_view_mim;
USE FROM
Layered_3d_shape_mim;
--
ISO/TS 10303-1694
USE FROM
Part_template_shape_with_parameters_mim;
--
ISO/TS 10303-1720
USE FROM
Physical_unit_design_view_mim;
--
ISO/TS 10303-1728
USE FROM
Solid_model_mim;
--
ISO/TS 10303-1793
USE FROM
aic_manifold_surface
--
ISO 10303-509
(manifold_surface_shape_representation);
(*
NOTE 1 The schemas referenced above are specified in the following part of ISO 10303:
Layered_3d_shape_mim ISO/TS 10303-1694 Part_template_shape_with_parameters_mim ISO/TS 10303-1720 Physical_unit_design_view_mim ISO/TS 10303-1728 Solid_model_mim ISO/TS 10303-1793 aic_manifold_surface ISO 10303-509
NOTE 2 See Annex D, Figures D.1and D.2 for a graphical representation of this schema.
This subclause specifies the MIM entity for this module. The MIM entity and definition is specified below.
EXPRESS specification:
*)
ENTITY component_3d_location
SUBTYPE OF (context_dependent_shape_representation, shape_representation_relationship, representation_relationship_with_transformation, definitional_representation_relationship);
DERIVE
SELF\context_dependent_shape_representation.representation_relation : component_3d_location := SELF;
WHERE
WR1: SELF\representation_relationship.name = 'component 3d location';
END_ENTITY;
(*
Attribute definitions:
representation_relation: an inherited attribute shall be of type component_3d_location for the component_3d_location.
Formal propositions:
WR1: The name shall be 'component 3d location'.
*)
END_SCHEMA; -- Physical_unit_3d_design_view_mim
(*
© ISO 2018 — All rights reserved