The Exchange::Tessellation class is a concept class for tessellation-related enums. More...
Classes | |
class | Chord |
The Exchange::Tessellation::Chord class is a concept class for chord-tessellation-related enums. More... | |
Public Types | |
enum | Accuracy { Standard = 0, Accurate = 1 } |
Enumerates the tessellation accuracy modes for files imported or exported via HOOPS Exchange. More... | |
enum | Level { Level.ExtraLow = 0, Level.Low = 1, Level.Medium = 2, Level.High = 3, Level.ExtraHigh = 4 } |
Enumerates the standard tessellation levels for files imported or exported via Exchange. More... | |
enum | Type { Type.Standard = 0, Type.Custom = 1 } |
Enumerates the types of tessellation settings that can be used by Exchange to generate tessellation data. More... | |
The Exchange::Tessellation class is a concept class for tessellation-related enums.
Enumerates the tessellation accuracy modes for files imported or exported via HOOPS Exchange.
Enumerates the standard tessellation levels for files imported or exported via Exchange.
Enumerates the types of tessellation settings that can be used by Exchange to generate tessellation data.
Enumerator | |
---|---|
Standard |
Tessellation data will be generated using a standard predefined level. |
Custom |
Tessellation data will be generated using custom user-defined settings. |