|
Rhino C++ API
8.24
|
#include <rhinoSdkMeshUtilities.h>
Public Member Functions | |
| RhMeshPipeArgs () | |
| The constructor sets the default arguments. More... | |
| RhMeshPipeArgs (const RhMeshPipeArgs &) | |
| ~RhMeshPipeArgs () | |
| unsigned int | DocumentSerialNumber () const |
| const ON_Linetype * | GetLinetype () const |
| RhMeshPipeArgs & | operator= (const RhMeshPipeArgs &) |
| void | SetDocument (unsigned int serialNumber) |
| void | SetLinetype (const ON_Linetype *linetype) |
Public Attributes | |
| ON_SimpleArray< ON_Interval > | m_aVisibleIntervals |
| bool | m_bFaceted |
| Specifies whether the pipe is faceted or not. More... | |
| RhPipeCapType | m_capType |
| The type of cap to be created at the ends of the pipe. More... | |
| double | m_dRadius |
| The radius of the pipe (minimum value 0.0001). More... | |
| int | m_iAccuracy |
| The accuracy of the pipe. More... | |
| int | m_iSegments |
| The number of segments in the pipe (minimum value 2). More... | |
Description: Contains the arguments to the RhinoMeshPipeFromCurve function.
| RhMeshPipeArgs::RhMeshPipeArgs | ( | ) |
The constructor sets the default arguments.
| RhMeshPipeArgs::~RhMeshPipeArgs | ( | ) |
| RhMeshPipeArgs::RhMeshPipeArgs | ( | const RhMeshPipeArgs & | ) |
| unsigned int RhMeshPipeArgs::DocumentSerialNumber | ( | ) | const |
| const ON_Linetype* RhMeshPipeArgs::GetLinetype | ( | ) | const |
| RhMeshPipeArgs& RhMeshPipeArgs::operator= | ( | const RhMeshPipeArgs & | ) |
| void RhMeshPipeArgs::SetDocument | ( | unsigned int | serialNumber | ) |
| void RhMeshPipeArgs::SetLinetype | ( | const ON_Linetype * | linetype | ) |
| ON_SimpleArray<ON_Interval> RhMeshPipeArgs::m_aVisibleIntervals |
An array of intervals specifying which parts of the curve should be piped. Leave empty to pipe the whole curve.
| bool RhMeshPipeArgs::m_bFaceted |
Specifies whether the pipe is faceted or not.
| RhPipeCapType RhMeshPipeArgs::m_capType |
The type of cap to be created at the ends of the pipe.
| double RhMeshPipeArgs::m_dRadius |
The radius of the pipe (minimum value 0.0001).
| int RhMeshPipeArgs::m_iAccuracy |
The accuracy of the pipe.
| int RhMeshPipeArgs::m_iSegments |
The number of segments in the pipe (minimum value 2).
1.8.17