Rhino C++ API
8.13
|
#include <rhinoSdkAppSettings.h>
Public Member Functions | |
CRhinoEdgeAnalysisSettings () | |
void | Defaults () |
void | LoadProfile (CRhinoProfileContext &pc) |
load from registry More... | |
bool | operator!= (const CRhinoEdgeAnalysisSettings &other) const |
bool | operator== (const CRhinoEdgeAnalysisSettings &other) const |
const wchar_t * | ProfileKey () const |
void | SaveProfile (CRhinoProfileContext &) const |
save in registry More... | |
void | Validate () |
clamp settings to valid values More... | |
Public Attributes | |
ON_Color | m_show_edge_color |
int | m_show_edges |
0 = all, 1 = naked, 2 = non-manifold More... | |
Static Public Attributes | |
static const CRhinoEdgeAnalysisSettings | Default |
CRhinoEdgeAnalysisSettings::CRhinoEdgeAnalysisSettings | ( | ) |
void CRhinoEdgeAnalysisSettings::Defaults | ( | ) |
void CRhinoEdgeAnalysisSettings::LoadProfile | ( | CRhinoProfileContext & | pc | ) |
load from registry
bool CRhinoEdgeAnalysisSettings::operator!= | ( | const CRhinoEdgeAnalysisSettings & | other | ) | const |
bool CRhinoEdgeAnalysisSettings::operator== | ( | const CRhinoEdgeAnalysisSettings & | other | ) | const |
const wchar_t* CRhinoEdgeAnalysisSettings::ProfileKey | ( | ) | const |
void CRhinoEdgeAnalysisSettings::SaveProfile | ( | CRhinoProfileContext & | ) | const |
save in registry
void CRhinoEdgeAnalysisSettings::Validate | ( | ) |
clamp settings to valid values
|
static |
ON_Color CRhinoEdgeAnalysisSettings::m_show_edge_color |
color used to enhance display edges in commands like ShowEdges and ShowNakedEdges.
int CRhinoEdgeAnalysisSettings::m_show_edges |
0 = all, 1 = naked, 2 = non-manifold