Application module: Assembly module with cable component 3D ISO/TS 10303-1639:2010-03(E)
© ISO

Cover page
Table of contents
Copyright
Foreword
Introduction
1 Scope
2 Normative references
3 Terms, definitions and abbreviations

4 Information requirements
   4.1 Required AM ARMs
   4.2 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
Bibliography
Index

(*
ISO TC184/SC4/WG12 N6309 - ISO/TS 10303-1639 Assembly module with cable component 3D - EXPRESS ARM
Supersedes ISO TC184/SC4/WG12 N5584
*)



SCHEMA Assembly_module_with_cable_component_3d_arm;

USE FROM Assembly_module_with_cable_component_arm;    -- ISO/TS 10303-1644

USE FROM Physical_unit_3d_design_view_arm;    -- ISO/TS 10303-1725


ENTITY Routed_cable_component_3d_shape_model
  SUBTYPE OF (Assembly_component_3d_shape_model);
  cable_path_shape : SET[1:?] OF Curve_swept_solid;
  connector_placement : SET[1:?] OF Sub_model_placement_3d;
  junction_placement : OPTIONAL SET[1:?] OF Geometric_model_element_relationship;
  SELF\Assembly_component_3d_shape_model.shape_characterized_component : SET[1:1] OF Cable_component;
WHERE
  WR1: NOT EXISTS(SELF\Representation.description);
END_ENTITY;

ENTITY Sub_model_placement_3d;
  placement : Axis_placement_3d;
  sub_model : Component_3d_location;
END_ENTITY;

END_SCHEMA;  -- Assembly_module_with_cable_component_3d_arm


© ISO 2009 — All rights reserved