Application module: Physical unit 3D design view ISO/TS 10303-1725:2018-11(E)
© ISO

Cover page
Table of contents
Copyright
Foreword
Introduction
1 Scope
2 Normative references
3 Terms, definitions and abbreviated terms
    3.1 Terms and definitions
    3.2 Abbreviated terms

4 Information requirements
   4.1 Required AM ARMs
   4.2 ARM entity definitions
   4.3 ARM rule definitions
5 Module interpreted model
   5.1 Mapping specification
   5.2 MIM EXPRESS short listing
     5.2.1 MIM entity definition

A MIM short names
B Information object registration
C ARM EXPRESS-G   EXPRESS-G
D MIM EXPRESS-G   EXPRESS-G
E Computer interpretable listings
F Change history
Bibliography
Index

5.2 MIM EXPRESS short listing

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.

5.2.1 MIM entity definition

This subclause specifies the MIM entity for this module. The MIM entity and definition is specified below.

5.2.1.1 component_3d_location   EXPRESS-G

A component_3d_location is a type of context_dependent_shape_representation, definitional_representation_relationship, representation_relationship_with_transformation, shape_representation_relationship.

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