| Application module: Layered 3D shape | ISO/TS 10303-1694:2010-03(E) © ISO | 
         (*
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