Library | File

Class pfcSWAsm3DExportInstructions

# include <pfcExport.h>

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



Description

This instructions interface object used to export a solid model to a SolidWorks assembly file. This interface is deprecated in Creo5.
See Also:
pfcModel::Export(xrstring, pfcExportInstructions_ptr)



Method Summary

static pfcSWAsm3DExportInstructions_ptrCreate (pfcAssemblyConfiguration inConfiguration, pfcGeometryFlags_ptr inGeometry)
Creates a new instructions object used to export a solid model to SolidWorks assembly 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 pfcSWAsm3DExportInstructions_ptrCreate (pfcAssemblyConfiguration inConfiguration, pfcGeometryFlags_ptr inGeometry)

Creates a new instructions object used to export a solid model to SolidWorks assembly format.
See Also:
pfcModel::Export(xrstring, pfcExportInstructions_ptr), pfcBaseSession::IsConfigurationSupported(pfcExportType, pfcAssemblyConfiguration), pfcBaseSession::IsGeometryRepSupported(pfcExportType, pfcGeometryFlags_ptr), pfcGeometryFlags::Create()
Parameters:
inConfiguration
The configuration to use when exporting the model.
inGeometry
The geometry type(s) to export.
Returns:
The created instruction object.