|
Rhino C++ API
8.24
|
#include <rhinoSdkMeshUtilities.h>
Public Member Functions | |
| RhEdgeSofteningArgs () | |
| The constructor sets the default values of the arguments. More... | |
Public Attributes | |
| bool | m_bChamfer |
| Specifies whether to chamfer the edges. More... | |
| bool | m_bFaceted |
| Specifies whether the edges are faceted. More... | |
| bool | m_bForceSoftening |
| Specifies whether to soften edges despite too large a radius. More... | |
| double | m_dEdgeAngleThreshold |
| double | m_dSoftening |
| The softening radius. More... | |
Description: Contains the arguments to the RhinoEdgeSoftenMesh function.
| RhEdgeSofteningArgs::RhEdgeSofteningArgs | ( | ) |
The constructor sets the default values of the arguments.
| bool RhEdgeSofteningArgs::m_bChamfer |
Specifies whether to chamfer the edges.
| bool RhEdgeSofteningArgs::m_bFaceted |
Specifies whether the edges are faceted.
| bool RhEdgeSofteningArgs::m_bForceSoftening |
Specifies whether to soften edges despite too large a radius.
| double RhEdgeSofteningArgs::m_dEdgeAngleThreshold |
Threshold angle (in degrees) which controls whether an edge is softened or not. The angle refers to the angles between the adjacent faces of an edge.
| double RhEdgeSofteningArgs::m_dSoftening |
The softening radius.
1.8.17