HPS::Exchange::JT

class HPS::Exchange::JT

The Exchange::JT class is a concept class for JT-related enums.

Public Types

enum Content

Enumerates the type of content to export to a JT file.

Values:

enumerator Geometry

Export only B-rep geometry data (kA3DWriteGeomOnly).

enumerator Tessellation

Export only tessellation data (kA3DWriteTessOnly).

enumerator GeometryAndTessellation

Export BRep geometry and tessellation data (kA3DWriteGeomAndTess).

enum TessellationLevel

Enumerates the tessellation levels used when importing JT files.

Values:

enumerator Low

Load the lowest level of tessellation available in the JT file. (A3DRWParamsJTData::m_eReadTessellationLevelOfDetail = JTTessLODLow).

enumerator Medium

Load the medium level of tessellation available in the JT file. (A3DRWParamsJTData::m_eReadTessellationLevelOfDetail = JTTessLODMedium).

enumerator High

Load the highest level of tessellation available in the JT file. (A3DRWParamsJTData::m_eReadTessellationLevelOfDetail = JTTessLODHigh).

enum Version

Enumerates the version of the JT format to export to a JT file.

Values:

enumerator JT81

Version 8.1 of the JT format. (kA3DE_JT81).

enumerator JT95

Version 9.5 of the JT format. (kA3DE_JT95).

enumerator JT100

Version 10.0 of the JT format. (kA3DE_JT100).