Library | Module

Interface IpfcIGES3DNewExportInstructions



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

Description

This interface is used to export a solid model to IGES format. This interface is deprecated in Creo5.
See Also:
IpfcModel.Export()
Direct Parent Classes:
IpfcExport3DInstructions



Method Summary

FunctionCCpfcIGES3DNewExportInstructions.Create (inConfiguration as IpfcAssemblyConfiguration, inGeometry as IpfcGeometryFlags) as IpfcIGES3DNewExportInstructions
Creates a new instructions object used to export a 3D model to IGES format.



Method Detail


FunctionCCpfcIGES3DNewExportInstructions.Create (inConfiguration as IpfcAssemblyConfiguration, inGeometry as IpfcGeometryFlags) as IpfcIGES3DNewExportInstructions

Creates a new instructions object used to export a 3D model to IGES 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.