Application module: Part feature location ISO/TS 10303-1714:2018-11(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 definition
5 Module interpreted model
   5.1 Mapping specification
   5.2 MIM EXPRESS short listing
     5.2.1 MIM entity definition

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 N9509 - ISO/TS 10303-1714 Part feature location - EXPRESS MIM
Supersedes ISO/TC 184/SC 4/WG 12 N7081
*)



SCHEMA Part_feature_location_mim;

USE FROM Shape_feature_mim;    -- ISO/TS 10303-1764

USE FROM Physical_unit_usage_view_mim;    -- ISO/TS 10303-1732

USE FROM product_property_representation_schema   -- ISO 10303-41
  (item_identified_representation_usage);


ENTITY usage_concept_usage_relationship
  SUBTYPE OF (mapped_item, item_identified_representation_usage);
  SELF\item_identified_representation_usage.used_representation : shape_representation;
  SELF\item_identified_representation_usage.definition : shape_aspect;
DERIVE
  SELF\item_identified_representation_usage.identified_item : usage_concept_usage_relationship := SELF;
WHERE
  WR1: SELF IN SELF\item_identified_representation_usage.used_representation.items;
END_ENTITY;

END_SCHEMA;  -- Part_feature_location_mim


© ISO 2018 — All rights reserved