#include <sprk_exchange.h>
Public Types | |
| enum | Limit { Limit::Ratio, Limit::Height } |
The Exchange::Tessellation::Chord class is a concept class for chord-tessellation-related enums.
|
strong |
Enumerates the type of chord limit that will be used to generate tessellation.
| Enumerator | |
|---|---|
| Ratio |
The limit will correspond to the chord height ratio (either A3DRWParamsTessellationData::m_dChordHeightRatio or A3DRWParamsExportStlData::m_dChordHeightRatio). |
| Height |
The limit will correspond to the maximum chord height (either A3DRWParamsTessellationData::m_dMaxChordHeight or A3DRWParamsExportStlData::m_dMaxChordHeight). |