Library | Module

Interface IpfcSWAsm3DExportInstructions



DEPRECATED: <incorrect deprecated ref>
SUCCESSOR(S): <reference 5 to unknown entity none>

Description

This instructions interface object used to export a solid model to a SolidWorks assembly file. This interface is deprecated in Creo5.
See Also:
IpfcModel.Export()
Direct Parent Classes:
IpfcExport3DInstructions



Method Summary

FunctionCCpfcSWAsm3DExportInstructions.Create (inConfiguration as IpfcAssemblyConfiguration, inGeometry as IpfcGeometryFlags) as IpfcSWAsm3DExportInstructions
Creates a new instructions object used to export a solid model to SolidWorks assembly format.



Method Detail


FunctionCCpfcSWAsm3DExportInstructions.Create (inConfiguration as IpfcAssemblyConfiguration, inGeometry as IpfcGeometryFlags) as IpfcSWAsm3DExportInstructions

Creates a new instructions object used to export a solid model to SolidWorks assembly format.
See Also:
IpfcModel.Export(), IpfcBaseSession.IsConfigurationSupported(), IpfcBaseSession.IsGeometryRepSupported(), IpfcGeometryFlags.Create()
Parameters:
inConfiguration
The configuration to use when exporting the model.
inGeometry
The geometry type(s) to export.
Returns:
The created instruction object.