API Documentation > Functions > Function pfcCreateComponentPath
Function pfcCreateComponentPath

# include <pfcAssembly.h>

pfcComponentPath_ptr pfcCreateComponentPath (pfcAssembly_ptr Root, xintsequence_ptr Ids)


Description
Used to create an assembly 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 pfcComponentPath object.
Was this helpful?