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... | |
Detailed Description
The Exchange::JT class is a concept class for JT-related enums.
Member Enumeration Documentation
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 ). |
The documentation for this class was generated from the following file:
- internals/hps_sprk_exchange/source/cs/HPS.Exchange.cs