HPS.Exchange.JT
- class HPS.Exchange.JT : public IDisposable
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:
- Geometry
Export only B-rep geometry data (kA3DWriteGeomOnly).
- Tessellation
Export only tessellation data (kA3DWriteTessOnly).
- GeometryAndTessellation
Export BRep geometry and tessellation data (kA3DWriteGeomAndTess).
- enum TessellationLevel
Enumerates the tessellation levels used when importing JT files.
Values:
- Low
Load the lowest level of tessellation available in the JT file. (A3DRWParamsJTData::m_eReadTessellationLevelOfDetail = JTTessLODLow).