Library | Module

Interface IpfcCableParamsFileInstructions



Description

Used to export cable parameters from an assembly.
See Also:
IpfcCableParamsFileInstructions.Create(), IpfcModel.Export()
Direct Parent Classes:
IpfcExportInstructions



Property Summary

PropertyCableNameas String
The name of the cable in the harness whose parameters will be exported.
PropertyMdlas IpfcModel
A harness model referenced by the assembly.



Method Summary

FunctionCCpfcCableParamsFileInstructions.Create (Mdl as IpfcModel, CableName as String) as IpfcCableParamsFileInstructions
Creates a new instructions object used to export cable parameters from an assembly.



Property Detail


PropertyCableNameas String

The name of the cable in the harness whose parameters will be exported.




PropertyMdlas IpfcModel

A harness model referenced by the assembly.





Method Detail


FunctionCCpfcCableParamsFileInstructions.Create (Mdl as IpfcModel, CableName as String) as IpfcCableParamsFileInstructions

Creates a new instructions object used to export cable parameters from an assembly.

This argument must be passed to IpfcModel.Export() to produce an output file. Valid only for solid models.
Parameters:
Mdl
A harness referenced by the assembly.
CableName
The name of the cable in the harness whose parameters will be exported.
Returns:
The new instructions object