Application module: Mechanical design shaded presentation ISO/TS 10303-1314:2008(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 entity definitions
   4.3 ARM subtype constraint 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 N5428 - ISO/TS 10303-1314 Mechanical design shaded presentation - EXPRESS ARM
Supersedes ISO TC184/SC4/WG12 N4762
*)



SCHEMA Mechanical_design_shaded_presentation_arm;

USE FROM Camera_view_3d_arm;    -- ISO/TS 10303-1316

USE FROM Shape_appearance_layers_arm;    -- ISO/TS 10303-1009


ENTITY Mechanical_design_shaded_presentation_area
  SUBTYPE OF (View_area);
END_ENTITY;

ENTITY Mechanical_design_shaded_styled_model
  SUBTYPE OF (Styled_model);
END_ENTITY;

ENTITY Surface_style_rendering
  SUBTYPE OF (Surface_appearance_element);
  assigned_colour : Colour;
END_ENTITY;

SUBTYPE_CONSTRAINT mdsp_surface_appearance_element_subtypes FOR Surface_appearance_element;
  ONEOF (Surface_colour,
         Surface_related_curve_appearance,
         Surface_style_rendering);
END_SUBTYPE_CONSTRAINT;

END_SCHEMA;  -- Mechanical_design_shaded_presentation_arm


© ISO 2008 — All rights reserved