Traversing Manufacturing Components
Function Introduced:
You can visit the components in a manufacturing assembly using the same functions that enable you to visit the components of a regular assembly. For a full description of these functions, see the
Assembly: Basic Assembly Access section.
The components within a manufacturing assembly perform a variety of different roles. The function
ProAsmcompTypeGet() provides the role of any model under a manufacturing assembly. The possible roles are as follows:
• PRO_ASM_COMP_TYPE_NONE—A regular component (no special manufacturing role)
• PRO_ASM_COMP_TYPE_WORKPIECE—A workpiece
• PRO_ASM_COMP_TYPE_REF_MODEL—A reference model
• PRO_ASM_COMP_TYPE_FIXTURE—A fixture
• PRO_ASM_COMP_TYPE_MOLD_BASE—A mold base
• PRO_ASM_COMP_TYPE_MOLD_COMP—A mold component
• PRO_ASM_COMP_TYPE_MOLD_ASSEM—A mold assembly
• PRO_ASM_COMP_TYPE_GEN_ASSEM—A general assembly
• PRO_ASM_COMP_TYPE_CAST_ASSEM—A cast assembly
• PRO_ASM_COMP_TYPE_DIE_BLOCK—A die block
• PRO_ASM_COMP_TYPE_DIE_COMP—A die component
• PRO_ASM_COMP_TYPE_SAND_CORE—A sand core
• PRO_ASM_COMP_TYPE_CAST_RESULT—A cast result
Parent topic