The Exchange::JT class is a concept class for JT-related enums. More...
Public Types | |
enum | Content { Content.Geometry = 0, Content.Tessellation = 1, Content.GeometryAndTessellation = 2 } |
Enumerates the type of content to export to a JT file. More... | |
enum | TessellationLevel { TessellationLevel.Low = 0, TessellationLevel.Medium = 1, TessellationLevel.High = 2 } |
Enumerates the tessellation levels used when importing JT files. More... | |
The Exchange::JT class is a concept class for JT-related enums.
Enumerates the type of content to export to a JT file.
Enumerates the tessellation levels used when importing JT files.
Enumerator | |
---|---|
Low |
Load the lowest level of tessellation available in the JT file. (A3DRWParamsJTData ::m_eReadTessellationLevelOfDetail = JTTessLODLow ). |
Medium |
Load the medium level of tessellation available in the JT file. (A3DRWParamsJTData ::m_eReadTessellationLevelOfDetail = JTTessLODMedium ). |
High |
Load the highest level of tessellation available in the JT file. (A3DRWParamsJTData ::m_eReadTessellationLevelOfDetail = JTTessLODHigh ). |