API Documentation > Interface Classes > Class pfcSWAsm3DExportInstructions
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:
Methods Inherited from Class pfcExportInstructions::
Methods Inherited from Class pfcExport3DInstructions::
Method Summary
Creates a new instructions object used to export a solid model to SolidWorks assembly format.
Method Detail
Creates a new instructions object used to export a solid model to SolidWorks assembly format.
See Also:
Parameters:
inConfiguration
The configuration to use when exporting the model.
inGeometry
The geometry type(s) to export.
Returns:
The created instruction object.
Was this helpful?