Application module: General surface appearance ISO/TS 10303-1007:2010-07(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 ARM
   4.2 ARM type definition
   4.3 ARM entity definitions
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
F Change history
Bibliography
Index

(*
ISO TC184/SC4/WG12 N7067 - ISO/TS 10303-1007 General surface appearance - EXPRESS ARM
Supersedes ISO TC184/SC4/WG12 N5398
*)



SCHEMA General_surface_appearance_arm;

USE FROM Curve_appearance_arm;    -- ISO/TS 10303-1003


TYPE surface_side = ENUMERATION OF
   (positive,
    negative,
    both);
END_TYPE;

ENTITY Boundary_curve_appearance
  SUBTYPE OF (Surface_related_curve_appearance);
END_ENTITY;

ENTITY Control_grid_appearance
  SUBTYPE OF (Surface_related_curve_appearance);
END_ENTITY;

ENTITY Parameter_line_appearance
  SUBTYPE OF (Surface_related_curve_appearance);
  number_of_u_curves : INTEGER;
  number_of_v_curves : INTEGER;
END_ENTITY;

ENTITY Segmentation_curve_appearance
  SUBTYPE OF (Surface_related_curve_appearance);
END_ENTITY;

ENTITY Silhouette_curve_appearance
  SUBTYPE OF (Surface_related_curve_appearance);
END_ENTITY;

ENTITY Surface_appearance;
  side : surface_side;
  styles : SET[1:7] OF Surface_appearance_element;
END_ENTITY;

ENTITY Surface_appearance_element
  ABSTRACT SUPERTYPE OF (ONEOF (Surface_related_curve_appearance,
                                Surface_colour));
END_ENTITY;

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

ENTITY Surface_related_curve_appearance
  ABSTRACT SUPERTYPE OF (ONEOF (Boundary_curve_appearance,
                                Control_grid_appearance,
                                Parameter_line_appearance,
                                Segmentation_curve_appearance,
                                Silhouette_curve_appearance))
  SUBTYPE OF (Surface_appearance_element);
  style : Curve_appearance;
END_ENTITY;

END_SCHEMA;  -- General_surface_appearance_arm


© ISO 2010 — All rights reserved