Application module: Interconnect module usage view ISO/TS 10303-1686: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 definition
   4.3 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 N9858 - ISO/TS 10303-1686 Interconnect module usage view - EXPRESS ARM
Supersedes ISO/TC 184/SC 4/WG 12 N9429
*)



SCHEMA Interconnect_module_usage_view_arm;

USE FROM Characteristic_arm;    -- ISO/TS 10303-1654

USE FROM Functional_assignment_to_part_arm;    -- ISO/TS 10303-1674

USE FROM Functional_usage_view_arm;    -- ISO/TS 10303-1705

USE FROM Geometric_tolerance_arm;    -- ISO/TS 10303-1051

USE FROM Non_feature_shape_element_arm;    -- ISO/TS 10303-1706

REFERENCE FROM Requirement_decomposition_arm   -- ISO/TS 10303-1740
  (get_rvd);


TYPE cavity_reference_select = SELECT
   (Interconnect_module_primary_surface,
    Interconnect_module_secondary_surface);
END_TYPE;

ENTITY Interconnect_module_cavity_surface
  SUBTYPE OF (Interconnect_module_surface_feature);
  reference_surface : cavity_reference_select;
WHERE
  WR1: SELF :<>: reference_surface;
  WR2: SIZEOF(QUERY(ucur <* USEDIN(SELF, 'PART_FEATURE_LOCATION_ARM.USAGE_CONCEPT_USAGE_RELATIONSHIP.' + 'ASSOCIATED_USAGE') | NOT ('CONSTRUCTIVE_SOLID_GEOMETRY_2D_ARM.SINGLE_BOUNDARY_CSG_2D_MODEL' IN TYPEOF(ucur.associated_shape_definition)) )) = 0;
END_ENTITY;

ENTITY Interconnect_module_cutout_segment_surface
  SUBTYPE OF (Interconnect_module_surface_feature);
  composed_surface : Interconnect_module_cutout_surface;
  start_vertex : Edge_segment_vertex;
  end_vertex : Edge_segment_vertex;
WHERE
  WR1: start_vertex :<>: end_vertex;
END_ENTITY;

ENTITY Interconnect_module_cutout_surface
  SUBTYPE OF (Interconnect_module_surface_feature);
WHERE
  WR1: SIZEOF(QUERY(ucur <* USEDIN(SELF, 'PART_FEATURE_LOCATION_ARM.USAGE_CONCEPT_USAGE_RELATIONSHIP.' + 'ASSOCIATED_USAGE') | NOT ('CONSTRUCTIVE_SOLID_GEOMETRY_2D_ARM.SINGLE_BOUNDARY_CSG_2D_MODEL' IN TYPEOF(ucur.associated_shape_definition)))) = 0;
END_ENTITY;

ENTITY Interconnect_module_edge_segment_surface
  SUBTYPE OF (Interconnect_module_surface_feature);
  composed_surface : Interconnect_module_edge_surface;
  start_vertex : Edge_segment_vertex;
  end_vertex : Edge_segment_vertex;
WHERE
  WR1: start_vertex :<>: end_vertex;
END_ENTITY;

ENTITY Interconnect_module_edge_surface
  SUBTYPE OF (Interconnect_module_surface_feature);
WHERE
  WR1: SIZEOF(QUERY(ucur <* USEDIN(SELF, 'PART_FEATURE_LOCATION_ARM.USAGE_CONCEPT_USAGE_RELATIONSHIP.' + 'ASSOCIATED_USAGE') | NOT ('CONSTRUCTIVE_SOLID_GEOMETRY_2D_ARM.SINGLE_BOUNDARY_CSG_2D_MODEL' IN TYPEOF(ucur.associated_shape_definition)))) = 0;
END_ENTITY;

ENTITY Interconnect_module_interface_terminal
  SUBTYPE OF (Interconnect_module_terminal);
DERIVE
  SELF\Part_terminal.interface_or_join_terminal : interface_or_join_terminal_enumeration := interface_or_join_terminal_enumeration.interface_terminal;
END_ENTITY;

ENTITY Interconnect_module_primary_surface
  SUBTYPE OF (Interconnect_module_surface_feature);
END_ENTITY;

ENTITY Interconnect_module_secondary_surface
  SUBTYPE OF (Interconnect_module_surface_feature);
END_ENTITY;

ENTITY Interconnect_module_surface_feature
  ABSTRACT SUPERTYPE OF (ONEOF (Interconnect_module_cavity_surface,
                                Interconnect_module_cutout_segment_surface,
                                Interconnect_module_cutout_surface,
                                Interconnect_module_secondary_surface,
                                Interconnect_module_primary_surface,
                                Interconnect_module_edge_surface,
                                Interconnect_module_edge_segment_surface))
  SUBTYPE OF (Part_feature);
  SELF\Part_feature.associated_definition : Layered_interconnect_module_usage_view;
END_ENTITY;

ENTITY Interconnect_module_terminal
  SUBTYPE OF (Part_terminal);
  connection_area : OPTIONAL SET[1:?] OF Connection_zone_in_usage_view;
  SELF\Part_feature.associated_definition : Layered_interconnect_module_usage_view;
END_ENTITY;

ENTITY Interconnect_module_terminal_surface_constituent_relationship
  SUBTYPE OF (Shape_element_relationship);
  SELF\Shape_element_relationship.relating : Interconnect_module_surface_feature;
  SELF\Shape_element_relationship.related : Interconnect_module_terminal;
END_ENTITY;

ENTITY Interconnect_module_usage_view
  SUPERTYPE OF (Layered_interconnect_module_usage_view)
  SUBTYPE OF (Part_usage_view);
END_ENTITY;

ENTITY Layered_interconnect_module_usage_view
  SUBTYPE OF (Interconnect_module_usage_view);
  thickness_over_dielectric_requirement : OPTIONAL Length_tolerance_characteristic;
  thickness_over_metal_requirement : OPTIONAL Length_tolerance_characteristic;
  located_thickness_requirement : OPTIONAL SET[1:?] OF Located_interconnect_module_thickness_requirement;
  implemented_function : OPTIONAL Functional_unit_usage_view;
WHERE
  WR1: SIZEOF(QUERY(pf <* USEDIN(SELF, 'INTERCONNECT_MODULE_USAGE_VIEW_ARM.INTERCONNECT_MODULE_SURFACE_FEATURE.ASSOCIATED_DEFINITION') | ('INTERCONNECT_MODULE_USAGE_VIEW_ARM.' + 'INTERCONNECT_MODULE_PRIMARY_SURFACE' IN TYPEOF(pf)))) <= 1;
  WR2: SIZEOF(QUERY(pf <* USEDIN(SELF, 'INTERCONNECT_MODULE_USAGE_VIEW_ARM.INTERCONNECT_MODULE_SURFACE_FEATURE.ASSOCIATED_DEFINITION') | ('INTERCONNECT_MODULE_USAGE_VIEW_ARM.' + 'INTERCONNECT_MODULE_SECONDARY_SURFACE' IN TYPEOF(pf)))) <= 1;
  WR3: SIZEOF(QUERY(pf <* USEDIN(SELF, 'INTERCONNECT_MODULE_USAGE_VIEW_ARM.INTERCONNECT_MODULE_SURFACE_FEATURE.ASSOCIATED_DEFINITION') | ('INTERCONNECT_MODULE_USAGE_VIEW_ARM.' + 'INTERCONNECT_MODULE_EDGE_SURFACE' IN TYPEOF(pf)))) <= 1;
  WR4: NOT EXISTS(SELF\Product_view_definition.additional_characterization);
END_ENTITY;

ENTITY Located_interconnect_module_thickness_requirement;
  reference_location : Axis_placement;
  thickness_requirement : Length_tolerance_characteristic;
INVERSE
  design : SET[1:?] OF Layered_interconnect_module_usage_view FOR located_thickness_requirement;
UNIQUE
  UR1: design, reference_location;
END_ENTITY;

END_SCHEMA;  -- Interconnect_module_usage_view_arm


© ISO 2018 — All rights reserved