Library | Module

Interface IpfcConnectorParamsImportInstructions



Description

This class specifies instructions used to import parameters of a connector from a file.
Direct Parent Classes:
IpfcImportInstructions



Property Summary

PropertyMembIdTabas Iintseq
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

FunctionCCpfcConnectorParamsImportInstructions.Create (MembIdTab as Iintseq) as IpfcConnectorParamsImportInstructions
Creates a new instructions object used to import the parameters of a connector from a file.



Property Detail


PropertyMembIdTabas Iintseq

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


FunctionCCpfcConnectorParamsImportInstructions.Create (MembIdTab as Iintseq) as IpfcConnectorParamsImportInstructions

Creates a new instructions object used to import the parameters of a connector from a file.

This object must be passed to IpfcModel.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.