API Documentation > Classes > Interface IpfcCableParamsFileInstructions
Interface IpfcCableParamsFileInstructions
Description
Used to export cable parameters from an assembly.
See Also:
Direct Parent Classes:
User Guide References:
Property Summary
Property
as String
The name of the cable in the harness whose parameters will be exported.
Property
A harness model referenced by the assembly.
Method Summary
Function
Creates a new instructions object used to export cable parameters from an assembly.
Property Detail
Property
CableName
as String
The name of the cable in the harness whose parameters will be exported.
Property
Mdl
A harness model referenced by the assembly.
Method Detail
Function
CCpfcCableParamsFileInstructions.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
Was this helpful?