Application module: Stratum non planar shape ISO/TS 10303-1748:2021(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 ARMs
   4.2 ARM type definitions
   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/TC 184/SC 4/WG 12 N8224 - ISO/TS 10303-1748 Stratum non planar shape - EXPRESS ARM
Supersedes ISO/TC 184/SC 4/WG 12 N7619
*)



SCHEMA Stratum_non_planar_shape_arm;

USE FROM Layered_interconnect_module_design_arm;    -- ISO/TS 10303-1698

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


TYPE snps_sf_shape_select = EXTENSIBLE GENERIC_ENTITY SELECT BASED_ON limd_sf_shape_select WITH
   (Shell_based_surface_model);
END_TYPE;

TYPE snps_stratum_shape_model_select = EXTENSIBLE GENERIC_ENTITY SELECT BASED_ON limd_stratum_shape_model_select WITH
   (Stratum_average_surface_shape_model,
    Stratum_surface_shape_model);
END_TYPE;

ENTITY Stratum_average_surface_shape_model
  SUBTYPE OF (Topologically_constrained_manifold_surface_shape_representation);
  of_surface : Stratum_average_surface;
UNIQUE
  UR1: of_surface;
WHERE
  WR1: NOT EXISTS(SELF\Representation.name);
  WR2: NOT EXISTS(SELF\Representation.description);
END_ENTITY;

ENTITY Stratum_surface_shape_model
  SUBTYPE OF (Topologically_constrained_manifold_surface_shape_representation);
  of_surface : Stratum_surface;
UNIQUE
  UR1: of_surface;
WHERE
  WR1: NOT EXISTS(SELF\Representation.name);
  WR2: NOT EXISTS(SELF\Representation.description);
END_ENTITY;

ENTITY Topologically_constrained_manifold_surface_shape_representation
  SUBTYPE OF (Manifold_surface_shape_representation);
END_ENTITY;

END_SCHEMA;  -- Stratum_non_planar_shape_arm


© ISO 2021 — All rights reserved