Hoops Visualize HPS  version 2018-SP2
Hoops Visualize HPS 3D Rendering Engine
Looking for a senior C++ dev?
I'm looking for work. Hire me!
HPS::Exchange::Tessellation::Chord Class Reference

The Exchange::Tessellation::Chord class is a concept class for chord-tessellation-related enums. More...

#include <sprk_exchange.h>

Public Types

enum  Limit {
  Limit::Ratio,
  Limit::Height
}
 Enumerates the type of chord limit that will be used to generate tessellation. More...
 

Private Member Functions

 Chord ()
 Private default constructor to prevent instantiation. More...
 

Detailed Description

The Exchange::Tessellation::Chord class is a concept class for chord-tessellation-related enums.

Member Enumeration Documentation

◆ Limit

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).

Constructor & Destructor Documentation

◆ Chord()

HPS::Exchange::Tessellation::Chord::Chord ( )
private

Private default constructor to prevent instantiation.


The documentation for this class was generated from the following file: