Application module: Layered 3D shape ISO/TS 10303-1694:2010-03(E)
© ISO

Cover page
Table of contents
Copyright
Foreword
Introduction
1 Scope
2 Normative references
3 Terms, definitions and abbreviations

4 Information requirements
   4.1 Required AM ARMs
   4.2 ARM type definitions
   4.3 ARM entity definitions
   4.4 ARM subtype constraint definition
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
Bibliography
Index

(*
ISO TC184/SC4/WG12 N6424 - ISO/TS 10303-1694 Layered 3D shape - EXPRESS MIM
Supersedes ISO TC184/SC4/WG12 N5693
*)



SCHEMA Layered_3d_shape_mim;

USE FROM Layered_2d_shape_mim;    -- ISO/TS 10303-1693

USE FROM Physical_unit_3d_shape_mim;    -- ISO/TS 10303-1727

USE FROM Advanced_boundary_representation_mim;    -- ISO/TS 10303-1514

USE FROM Curve_swept_solid_mim;    -- ISO/TS 10303-1659

USE FROM Geometrically_bounded_surface_mim;    -- ISO/TS 10303-1507

USE FROM Geometric_model_2d_3d_relationship_mim;    -- ISO/TS 10303-1404

USE FROM representation_schema   -- ISO 10303-43
  (representation_relationship_with_transformation);


ENTITY shape_definition_3d_intersection
  SUBTYPE OF (representation, representation_relationship_with_transformation, shape_representation_relationship);
  SELF\representation_relationship_with_transformation.transformation_operator : item_defined_transformation;
UNIQUE
  UR1: SELF\representation_relationship.rep_1, SELF\representation_relationship.rep_2;
WHERE
  WR1: SELF\representation_relationship.rep_1 :<>: SELF\representation_relationship.rep_2;
END_ENTITY;

END_SCHEMA;  -- Layered_3d_shape_mim


© ISO 2009 — All rights reserved