| Library | Package | Frames | Expand | Java Toolkit |
| Method Summary | |
|---|---|
| AssemblyConfiguration | GetConfiguration
()
Get method for attribute "Configuration" The configuration to use when exporting the model. |
| GeometryFlags | GetGeometry
()
Get method for attribute "Geometry" The geometry type(s) to export. |
| /*optional*/ InclusionFlags | GetIncludedEntities
()
Get method for attribute "IncludedEntities" Flags indicating whether or not to include certain entities. If null, do not include these entities. |
| /*optional*/ LayerExportOptions | GetLayerOptions
()
Get method for attribute "LayerOptions" Object indicating the special instructions to follow when exporting layers. If null, layers will be exported without changes. |
| /*optional*/ Selection | GetReferenceSystem
()
Get method for attribute "ReferenceSystem" The coordinate system used for the export. If null, the default model coordinate system is used. |
| /*optional*/ TriangulationInstructions | GetTriangulationOptions
()
Get method for attribute "TriangulationOptions" Object indicating the special instructions to follow when exporting to a faceted format. If null, export will be without triangulation. |
| void | SetConfiguration
(AssemblyConfiguration value)
Set method for attribute "Configuration" The configuration to use when exporting the model. |
| void | SetGeometry
(GeometryFlags value)
Set method for attribute "Geometry" The geometry type(s) to export. |
| void | SetIncludedEntities
(
/*optional*/
InclusionFlags value)
Set method for attribute "IncludedEntities" Flags indicating whether or not to include certain entities. If null, do not include these entities. |
| void | SetLayerOptions
(
/*optional*/
LayerExportOptions value)
Set method for attribute "LayerOptions" Object indicating the special instructions to follow when exporting layers. If null, layers will be exported without changes. |
| void | SetReferenceSystem
(
/*optional*/
Selection value)
Set method for attribute "ReferenceSystem" The coordinate system used for the export. If null, the default model coordinate system is used. |
| void | SetTriangulationOptions
(
/*optional*/
TriangulationInstructions value)
Set method for attribute "TriangulationOptions" Object indicating the special instructions to follow when exporting to a faceted format. If null, export will be without triangulation. |
| Methods Inherited from Interface com.ptc.pfc.pfcModel.ExportInstructions |
|---|
| GetFileType |
| Method Detail |
|---|
| GetConfiguration/SetConfiguration |
|---|
| AssemblyConfiguration | GetConfiguration | () |
| void | SetConfiguration | (AssemblyConfiguration value) |
| The configuration to use when exporting the model. |
| GetReferenceSystem/SetReferenceSystem |
|---|
| /*optional*/ Selection | GetReferenceSystem | () |
| void | SetReferenceSystem | ( /*optional*/ Selection value) |
| The coordinate system used for the export. If null, the default model coordinate system is used. |
| GetGeometry/SetGeometry |
|---|
| GeometryFlags | GetGeometry | () |
| void | SetGeometry | (GeometryFlags value) |
| The geometry type(s) to export. |
| GetIncludedEntities/SetIncludedEntities |
|---|
| /*optional*/ InclusionFlags | GetIncludedEntities | () |
| void | SetIncludedEntities | ( /*optional*/ InclusionFlags value) |
| Flags indicating whether or not to include certain entities. If null, do not include these entities. |
| GetLayerOptions/SetLayerOptions |
|---|
| /*optional*/ LayerExportOptions | GetLayerOptions | () |
| void | SetLayerOptions | ( /*optional*/ LayerExportOptions value) |
| Object indicating the special instructions to follow when exporting layers. If null, layers will be exported without changes. |
| GetTriangulationOptions/SetTriangulationOptions |
|---|
| /*optional*/ TriangulationInstructions | GetTriangulationOptions | () |
| void | SetTriangulationOptions | ( /*optional*/ TriangulationInstructions value) |
|
Object indicating the special instructions to follow when exporting to a faceted format.
If null, export will be without triangulation.
|