Library | File

Class pfcDWG3DExportInstructions

# include <pfcExport.h>

class pfcDWG3DExportInstructions
 : public virtual pfcExport3DInstructions
{
    xdeclare(pfcDWG3DExportInstructions)
    ...
};
This is a COMPACT class.



Description

This interface is used to export a model to DWG format. This interface will be deprecated in future release.
See Also:
pfcModel::Export(xrstring, pfcExportInstructions_ptr)
Manual References:
Interface: Export Instructions



Method Summary

static pfcDWG3DExportInstructions_ptrCreate ()
Creates a new instructions object used to export a model to DWG format.


Methods Inherited from Class pfcExportInstructions:

GetFileType


Methods Inherited from Class pfcExport3DInstructions:

GetConfiguration, SetConfiguration, GetReferenceSystem, SetReferenceSystem, GetGeometry, SetGeometry, GetIncludedEntities, SetIncludedEntities, GetLayerOptions, SetLayerOptions, GetTriangulationOptions, SetTriangulationOptions



Method Detail

static pfcDWG3DExportInstructions_ptrCreate ()

Creates a new instructions object used to export a model to DWG format.
See Also:
pfcModel::Export(xrstring, pfcExportInstructions_ptr)
Manual References:
Interface: Export Instructions
Returns:
The created instruction object.