|
Rhino C++ API
8.24
|
Shut-lining curve arguments. More...
#include <rhinoSdkMeshUtilities.h>
Public Member Functions | |
| RhShutLiningCurveArgs () | |
| The constructor sets the default arguments. More... | |
Public Attributes | |
| ON_SimpleArray< ON_Interval > | m_aCurveIntervals |
| bool | m_bEnabled |
| Specifies whether this curve should be shutlined. More... | |
| bool | m_bIsBump |
| Specifies whether the shutline is coming out of the mesh. More... | |
| bool | m_bPull |
| Specifies whether the curve should be pulled to the mesh. More... | |
| const ON_Curve * | m_curve |
| The curve used as a shutline. More... | |
| double | m_dRadius |
| The radius of the shutline. More... | |
| int | m_iProfile |
| The profile of the shutline. More... | |
Shut-lining curve arguments.
| RhShutLiningCurveArgs::RhShutLiningCurveArgs | ( | ) |
The constructor sets the default arguments.
| ON_SimpleArray<ON_Interval> RhShutLiningCurveArgs::m_aCurveIntervals |
An array of intervals specifying which parts of the curve should be shutlined. Leave empty to pipe the whole curve.
| bool RhShutLiningCurveArgs::m_bEnabled |
Specifies whether this curve should be shutlined.
| bool RhShutLiningCurveArgs::m_bIsBump |
Specifies whether the shutline is coming out of the mesh.
| bool RhShutLiningCurveArgs::m_bPull |
Specifies whether the curve should be pulled to the mesh.
| const ON_Curve* RhShutLiningCurveArgs::m_curve |
The curve used as a shutline.
| double RhShutLiningCurveArgs::m_dRadius |
The radius of the shutline.
| int RhShutLiningCurveArgs::m_iProfile |
The profile of the shutline.
1.8.17