Library | File

Class pfcCableParamsFileInstructions

# include <pfcModel.h>

class pfcCableParamsFileInstructions
 : public virtual pfcExportInstructions
{
    xdeclare(pfcCableParamsFileInstructions)
    ...
};
This is a COMPACT class.



Description

Used to export cable parameters from an assembly.
See Also:
pfcCableParamsFileInstructions::Create(pfcModel_ptr, xrstring), pfcModel::Export(xrstring, pfcExportInstructions_ptr)
Manual References:
Interface: Export Instructions



Method Summary

static pfcCableParamsFileInstructions_ptrCreate (pfcModel_ptr Mdl, xrstring CableName)
Creates a new instructions object used to export cable parameters from an assembly.
xstringGetCableName ()
voidSetCableName (xrstring value)
The name of the cable in the harness whose parameters will be exported.
pfcModel_ptrGetMdl ()
voidSetMdl (pfcModel_ptr value)
A harness model referenced by the assembly.


Methods Inherited from Class pfcExportInstructions:

GetFileType



Method Detail

pfcModel_ptrGetMdl ()
voidSetMdl (pfcModel_ptr value)

A harness model referenced by the assembly.




xstringGetCableName ()
voidSetCableName (xrstring value)

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




static pfcCableParamsFileInstructions_ptrCreate (pfcModel_ptr Mdl, xrstring CableName)

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

This argument must be passed to pfcModel::Export(xrstring, pfcExportInstructions_ptr) to produce an output file. Valid only for solid models.
Manual References:
Interface: Export Instructions
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