|
Rhino C++ API
9.0
|
A class containing all displacement options. More...
#include <rhinoSdkMeshUtilities.h>
Public Member Functions | |
| RhDisplacementArgs () | |
| The constructor sets the default option values. More... | |
| RhDisplacementArgs (double black, double white, double sweepPitch, int refineStepCount, double refineSensitivity, double postWeldAngle, bool fair, int fairingAmount, bool limitFaces, int faceLimit, int channelNumber, int meshMemoryLimit, double absoluteTol, RhDisplacementSweepResolutionFormula sweepResolutionFormula) | |
| double | AbsoluteTolerance (void) const |
| double | Black (void) const |
| int | ChannelNumber (void) const |
| int | FaceLimit (void) const |
| int | FairingAmount (void) const |
| int | MeshMemoryLimit (void) const |
| bool | operator!= (const RhDisplacementArgs &other) const |
| bool | operator== (const RhDisplacementArgs &other) const |
| double | PostWeldAngle (void) const |
| double | RefineSensitivity (void) const |
| int | RefineStepCount (void) const |
| void | Set (double black, double white, int channelNumber) |
| double | SweepPitch (void) const |
| RhDisplacementSweepResolutionFormula | SweepResolutionFormula (void) const |
| double | White (void) const |
A class containing all displacement options.
| RhDisplacementArgs::RhDisplacementArgs | ( | ) |
The constructor sets the default option values.
| RhDisplacementArgs::RhDisplacementArgs | ( | double | black, |
| double | white, | ||
| double | sweepPitch, | ||
| int | refineStepCount, | ||
| double | refineSensitivity, | ||
| double | postWeldAngle, | ||
| bool | fair, | ||
| int | fairingAmount, | ||
| bool | limitFaces, | ||
| int | faceLimit, | ||
| int | channelNumber, | ||
| int | meshMemoryLimit, | ||
| double | absoluteTol, | ||
| RhDisplacementSweepResolutionFormula | sweepResolutionFormula | ||
| ) |
| double RhDisplacementArgs::AbsoluteTolerance | ( | void | ) | const |
| double RhDisplacementArgs::Black | ( | void | ) | const |
| int RhDisplacementArgs::ChannelNumber | ( | void | ) | const |
| int RhDisplacementArgs::FaceLimit | ( | void | ) | const |
| int RhDisplacementArgs::FairingAmount | ( | void | ) | const |
| int RhDisplacementArgs::MeshMemoryLimit | ( | void | ) | const |
| bool RhDisplacementArgs::operator!= | ( | const RhDisplacementArgs & | other | ) | const |
| bool RhDisplacementArgs::operator== | ( | const RhDisplacementArgs & | other | ) | const |
| double RhDisplacementArgs::PostWeldAngle | ( | void | ) | const |
| double RhDisplacementArgs::RefineSensitivity | ( | void | ) | const |
| int RhDisplacementArgs::RefineStepCount | ( | void | ) | const |
| void RhDisplacementArgs::Set | ( | double | black, |
| double | white, | ||
| int | channelNumber | ||
| ) |
| double RhDisplacementArgs::SweepPitch | ( | void | ) | const |
| RhDisplacementSweepResolutionFormula RhDisplacementArgs::SweepResolutionFormula | ( | void | ) | const |
| double RhDisplacementArgs::White | ( | void | ) | const |
1.8.17