Application module: Part template non planar shape ISO/TS 10303-1719: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 definition
   4.3 ARM entity definition
5 Module interpreted model
   5.1 Mapping specification
   5.2 MIM EXPRESS short listing

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 N6486 - ISO/TS 10303-1719 Part template non planar shape - EXPRESS ARM
Supersedes ISO TC184/SC4/WG12 N5755
*)



SCHEMA Part_template_non_planar_shape_arm;

USE FROM Part_template_3d_shape_arm;    -- ISO/TS 10303-1717

USE FROM Manifold_surface_arm;    -- ISO/TS 10303-1509


TYPE ptnps_part_template_or_physical_unit_3d_shape_model_select = EXTENSIBLE GENERIC_ENTITY SELECT BASED_ON part_template_or_physical_unit_3d_shape_model_select WITH
   (Part_template_non_planar_2d_shape_model);
END_TYPE;

ENTITY Part_template_non_planar_2d_shape_model
  SUBTYPE OF (Manifold_surface_shape_representation, Part_template_shape_model);
  transformation : Axis_placement_3d;
WHERE
  WR1: NOT EXISTS(SELF\Representation.name);
  WR2: NOT EXISTS(SELF\Representation.description);
END_ENTITY;

END_SCHEMA;  -- Part_template_non_planar_shape_arm


© ISO 2009 — All rights reserved