Library | File

Class pfcSTEPExportInstructions

# include <pfcModel.h>

class pfcSTEPExportInstructions
 : public virtual pfcGeomExportInstructions
{
    xdeclare(pfcSTEPExportInstructions)
    ...
};
This is a COMPACT class.



Description

Used to export a part or assembly in STEP format.

This interface has been deprecated, use pfcSTEP3DExportInstructions for more export options.

Using this export class is equivalent to using the File Export STEP option in Creo Parametric. For more information, refer to the Interface section of the Creo Parametric help.
See Also:
pfcModel::Export(xrstring, pfcExportInstructions_ptr)



Method Summary

static pfcSTEPExportInstructions_ptrCreate (pfcGeomExportFlags_ptr Flags)
Creates a new instructions object used to export a part or assembly in STEP format.


Methods Inherited from Class pfcExportInstructions:

GetFileType


Methods Inherited from Class pfcGeomExportInstructions:

GetFlags, SetFlags



Method Detail

static pfcSTEPExportInstructions_ptrCreate (pfcGeomExportFlags_ptr Flags)

Creates a new instructions object used to export a part or assembly in STEP format.

This method has been deprecated, use pfcSTEP3DExportInstructions::Create(pfcAssemblyConfiguration, pfcGeometryFlags_ptr) for more export options.

Using this export class is equivalent to using the File > Export > STEP option in Creo Parametric. For more information, refer to the Interface section of the Creo Parametric help.

The return value must be passed to pfcModel::Export(xrstring, pfcExportInstructions_ptr) to produce the output file.
Parameters:
Flags
A pfcGeomExportFlags object that specifies extend-surface and Bezier settings.
Returns:
The new instructions object