Library | Package Java Toolkit

Class pfcAssembly

package com.ptc.pfc.pfcAssembly;

public class pfcAssembly



Description

Contains global CIP definitions for module "pfcAssembly"



Method Summary
static ComponentDimensionShowInstructionsComponentDimensionShowInstructions_Create ( /*optional*/ ComponentPath Path)
    Returns a new instance of ComponentDimensionShowInstructions.
static ComponentPathCreateComponentPath (Assembly Root, intseq Ids)
    Used to create an assembly component path.

Method Detail

ComponentDimensionShowInstructions_Create

static ComponentDimensionShowInstructionsComponentDimensionShowInstructions_Create ( /*optional*/ ComponentPath Path)


    Returns a new instance of ComponentDimensionShowInstructions.
Parameters:
Path
The component path from the assembly to the component containing the dimension.
Returns:
The new instructions object.


CreateComponentPath

static ComponentPathCreateComponentPath (Assembly Root, intseq Ids)


    Used to create an assembly component path.
Manual References:
Assemblies and Components: Creating a Component Path
Parameters:
Root
The root assembly.
Ids
The path from the root assembly to the component through various subassembliescontaining this component. Each element of this sequence is an identifierof a component feature in its parent assembly.
Returns:
The ComponentPath object.