API Documentation > Classes > Class pfcConnectorParamsImportInstructions
Class pfcConnectorParamsImportInstructions
Description
This class specifies instructions used to import parameters of a connector from a file.
Direct Parent Classes:
User Guide References:
Property Summary
A member identifier table, a sequence of integers that identify the components that form the path from the root assembly down to the component part or assembly being referred to.
Method Summary
Create (intseq MembIdTab)
Creates a new instructions object used to import the parameters of a connector from a file.
Property Detail
MembIdTab
A member identifier table, a sequence of integers that identify the components that form the path from the root assembly down to the component part or assembly being referred to.
Method Detail
Creates a new instructions object used to import the parameters of a connector from a file.
This object must be passed to pfcModel.Export() to read the input file. Valid for cabling assemblies only.
Parameters:
MembIdTab
A member identifier table, a sequence of integers that identify the components that form the path from the root assembly down to the component part or assembly being referred to.
Returns:
The new instructions object.
User Guide References:
Was this helpful?