Library | File

Class pfcSTLBinaryExportInstructions

# include <pfcModel.h>

class pfcSTLBinaryExportInstructions
 : public virtual pfcCoordSysExportInstructions
{
    xdeclare(pfcSTLBinaryExportInstructions)
    ...
};
This is a COMPACT class.



Description

Used to export a part or assembly to a binary STL file.

Using this export class is equivalent to using the File > Export > STL > Binary option in Creo Parametric. For more information, refer to the Interface section of the Creo Parametric help.
See Also:
pfcSTLBinaryExportInstructions::Create(optional xrstring), pfcModel::Export(xrstring, pfcExportInstructions_ptr)
Manual References:
Interface: Export Instructions



Method Summary

static pfcSTLBinaryExportInstructions_ptrCreate (optional xrstring CsysName)
Creates a new instructions object used to export a part or assembly in a binary STL file.


Methods Inherited from Class pfcExportInstructions:

GetFileType


Methods Inherited from Class pfcCoordSysExportInstructions:

GetCsysName, SetCsysName, GetQuality, SetQuality, GetMaxChordHeight, SetMaxChordHeight, GetAngleControl, SetAngleControl, GetStepSize, SetStepSize, GetFacetControlOptions, SetFacetControlOptions, GetSliceExportData, SetSliceExportData



Method Detail

static pfcSTLBinaryExportInstructions_ptrCreate (optional xrstring CsysName)

Creates a new instructions object used to export a part or assembly in a binary STL file.

Using this export class is equivalent to using the File > Export > STL > Binary 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.
Manual References:
Interface: Export Instructions
Parameters:
CsysName
The name of a coordinate-system feature in the model being exported. It is recommended that you use a coordinate system that places the part or assembly in its upper-right quadrant, so that all position/distance values are positive. Allowed to be null if exporting as Slice
Returns:
The new instructions object