Application module: Part feature function ISO/TS 10303-1712: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 ARM
   4.2 ARM entity definitions
5 Module interpreted model
   5.1 Mapping specification
   5.2 MIM EXPRESS short listing
     5.2.1 MIM entity definitions

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 N8189 - ISO/TS 10303-1712 Part feature function - EXPRESS MIM
Supersedes ISO/TC 184/SC 4/WG 12 N7584
*)



SCHEMA Part_feature_function_mim;

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


ENTITY fiducial_part_feature
  SUBTYPE OF (part_tooling_feature);
END_ENTITY;

ENTITY part_interface_access_feature
  SUBTYPE OF (shape_aspect);
END_ENTITY;

ENTITY part_mating_feature
  SUBTYPE OF (shape_aspect);
END_ENTITY;

ENTITY part_mounting_feature
  SUBTYPE OF (shape_aspect);
END_ENTITY;

ENTITY part_tooling_feature
  SUPERTYPE OF (ONEOF (fiducial_part_feature,
                       tool_registration_mark)
               ANDOR test_point_part_feature)
  SUBTYPE OF (shape_aspect);
WHERE
  WR1: SELF\shape_aspect.product_definitional = true;
END_ENTITY;

ENTITY test_point_part_feature
  SUBTYPE OF (part_tooling_feature);
END_ENTITY;

ENTITY thermal_feature
  SUBTYPE OF (shape_aspect);
END_ENTITY;

ENTITY tool_registration_mark
  SUBTYPE OF (part_tooling_feature);
END_ENTITY;

END_SCHEMA;  -- Part_feature_function_mim


© ISO 2018 — All rights reserved