Library | Module

Interface IpfcExport3DInstructions



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

Description

This interface is used to export a solid model to a specified format. This interface is deprecated in Creo5.
Direct Parent Classes:
IpfcExportInstructions
Direct Known Subclasses:
IpfcSTEP3DExportInstructions, IpfcVDA3DExportInstructions, IpfcIGES3DNewExportInstructions, IpfcCATIAModel3DExportInstructions, IpfcACIS3DExportInstructions, IpfcDXF3DExportInstructions, IpfcDWG3DExportInstructions, IpfcCATIASession3DExportInstructions, IpfcJT3DExportInstructions, IpfcUG3DExportInstructions, IpfcParaSolid3DExportInstructions, IpfcCatiaPart3DExportInstructions, IpfcCatiaProduct3DExportInstructions, IpfcCatiaCGR3DExportInstructions, IpfcSWPart3DExportInstructions, IpfcSWAsm3DExportInstructions



Property Summary

PropertyConfigurationas IpfcAssemblyConfiguration
The configuration to use when exporting the model.
PropertyGeometryas IpfcGeometryFlags
The geometry type(s) to export.
PropertyIncludedEntitiesas IpfcInclusionFlags [optional]
Flags indicating whether or not to include certain entities. If null, do not include these entities.
PropertyLayerOptionsas IpfcLayerExportOptions [optional]
Object indicating the special instructions to follow when exporting layers. If null, layers will be exported without changes.
PropertyReferenceSystemas IpfcSelection [optional]
The coordinate system used for the export. If null, the default model coordinate system is used.
PropertyTriangulationOptionsas IpfcTriangulationInstructions [optional]
Object indicating the special instructions to follow when exporting to a faceted format. If null, export will be without triangulation.



Property Detail


PropertyConfigurationas IpfcAssemblyConfiguration

The configuration to use when exporting the model.




PropertyGeometryas IpfcGeometryFlags

The geometry type(s) to export.




PropertyIncludedEntitiesas IpfcInclusionFlags [optional]

Flags indicating whether or not to include certain entities. If null, do not include these entities.




PropertyLayerOptionsas IpfcLayerExportOptions [optional]

Object indicating the special instructions to follow when exporting layers. If null, layers will be exported without changes.




PropertyReferenceSystemas IpfcSelection [optional]

The coordinate system used for the export. If null, the default model coordinate system is used.




PropertyTriangulationOptionsas IpfcTriangulationInstructions [optional]

Object indicating the special instructions to follow when exporting to a faceted format. If null, export will be without triangulation.