Library | Module

Class pfcCableParamsFileInstructions



Description

Used to export cable parameters from an assembly.
See Also:
pfcCableParamsFileInstructions.Create(), pfcModel.Export()
Direct Parent Classes:
pfcExportInstructions



Property Summary

stringCableName
The name of the cable in the harness whose parameters will be exported.
pfcModelMdl
A harness model referenced by the assembly.



Method Summary

static pfcCableParamsFileInstructionsCreate (pfcModel Mdl, string CableName)
Creates a new instructions object used to export cable parameters from an assembly.



Property Detail


stringCableName

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




pfcModelMdl

A harness model referenced by the assembly.





Method Detail


static pfcCableParamsFileInstructionsCreate (pfcModel Mdl, string CableName)

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

This argument must be passed to pfcModel.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