API Documentation
>
Interface Classes
> Class pfcExportInstructions
Class pfcExportInstructions
# include <
pfcModel.h
>
class
pfcExportInstructions
: public virtual
xobject
{
xdeclare
(
pfcExportInstructions
)
...
};
This is a
COMPACT
class.
Description
Base class to all the export-instructions classes that govern the exporting of Creo Parametric data with
pfcModel::Export(xrstring, pfcExportInstructions_ptr)
.
Direct Known Subclasses:
pfcRelationExportInstructions
,
pfcIGESFileExportInstructions
,
pfcModelInfoExportInstructions
,
pfcProgramExportInstructions
,
pfcDXFExportInstructions
,
pfcDWGSetupExportInstructions
,
pfcFeatIdExportInstructions
,
pfcCoordSysExportInstructions
,
pfcGeomExportInstructions
,
pfcBOMExportInstructions
,
pfcMaterialExportInstructions
,
pfcConnectorParamExportInstructions
,
pfcCGMFILEExportInstructions
,
pfcVRMLExportInstructions
,
pfcPlotInstructions
,
pfcSTEP2DExportInstructions
,
pfcMedusaExportInstructions
,
pfcCableParamsFileInstructions
,
pfcExport3DInstructions
,
pfcCADDSExportInstructions
,
pfcNEUTRALFileExportInstructions
,
pfcProductViewExportInstructions
,
pfcPDFExportInstructions
,
pfcPrinterInstructions
Method Summary
pfcExportType
GetFileType
()
Returns a
pfcExportType
instance that indicates the type of data the object exports when passed as an argument to
pfcModel::Export(xrstring, pfcExportInstructions_ptr)
.
Method Detail
pfcExportType
GetFileType
()
Returns a
pfcExportType
instance that indicates the type of data the object exports when passed as an argument to
pfcModel::Export(xrstring, pfcExportInstructions_ptr)
.
Returns:
One of the static instances of
pfcExportType
, such as IGES or CATIA.
Was this helpful?
This site works best with JavaScript enabled