|
Rhino C++ API
8.24
|
Shut-lining arguments. More...
#include <rhinoSdkMeshUtilities.h>
Public Member Functions | |
| RhShutLiningArgs () | |
| The constructor sets the default arguments. More... | |
Public Attributes | |
| bool | m_bFaceted |
| Specifies whether the shutline is faceted. More... | |
| ON_ClassArray< RhShutLiningCurveArgs > | m_curveArgs |
| A collection of curve arguments. More... | |
| double | m_dTolerance |
| The tolerance of the shutline. More... | |
Shut-lining arguments.
| RhShutLiningArgs::RhShutLiningArgs | ( | ) |
The constructor sets the default arguments.
| bool RhShutLiningArgs::m_bFaceted |
Specifies whether the shutline is faceted.
| ON_ClassArray<RhShutLiningCurveArgs> RhShutLiningArgs::m_curveArgs |
A collection of curve arguments.
| double RhShutLiningArgs::m_dTolerance |
The tolerance of the shutline.
1.8.17