#include <RhinoSdkSubD.h>
◆ CRhinoSubDDisplayAttributes() [1/2]
CRhinoSubDDisplayAttributes::CRhinoSubDDisplayAttributes |
( |
| ) |
|
|
default |
◆ CRhinoSubDDisplayAttributes() [2/2]
◆ ~CRhinoSubDDisplayAttributes()
CRhinoSubDDisplayAttributes::~CRhinoSubDDisplayAttributes |
( |
| ) |
|
◆ ComponentToDraw()
◆ operator=()
◆ PrivateData()
const class CRhSubDDisplayAttributesPrivate* CRhinoSubDDisplayAttributes::PrivateData |
( |
| ) |
const |
◆ SetComponentToDraw()
◆ SetMaterialOverride()
Override default behavior defined by the display pipeline attributes at drawing time.
◆ SetReflectionPlane()
void CRhinoSubDDisplayAttributes::SetReflectionPlane |
( |
const class ON_PlaneEquation * |
pe | ) |
|
◆ Default
◆ m_bDrawControlNet
bool CRhinoSubDDisplayAttributes::m_bDrawControlNet = false |
The control net is made up of lines between edge control net points. This setting ignores subd appearance settings so that a control net can be used to contrast with a smooth surface appearance.
◆ m_bDrawEdges
bool CRhinoSubDDisplayAttributes::m_bDrawEdges = true |
Specify what to draw.
The edges are curves on the surface based on subd appearance (smooth/flat) settings
◆ m_bDrawSurface
bool CRhinoSubDDisplayAttributes::m_bDrawSurface = false |
The surface is a shaded mesh based on subd appearance (smooth/flat) settings.
◆ m_bDrawSurfaceNet
bool CRhinoSubDDisplayAttributes::m_bDrawSurfaceNet = false |
The surface net is made up of lines between edge surface points. This setting ignores subd appearance settings so that a surface net can be used to contrast with a flat surface appearance.