Rhino C++ API
8.13
|
#include <rhinoSdkAppSettings.h>
Public Member Functions | |
CRhinoKeepKinkySurfaces () | |
CRhinoKeepKinkySurfaces (bool bKeep) | |
~CRhinoKeepKinkySurfaces () | |
CRhinoKeepKinkySurfaces::CRhinoKeepKinkySurfaces | ( | ) |
This constructor saves the current value of
RhinoApp().AppSettings().GeneralSettings().m_bSplitCreasedSurfaces
in m_bSavedSetting and then sets the app setting to false.
CRhinoKeepKinkySurfaces::CRhinoKeepKinkySurfaces | ( | bool | bKeep | ) |
This constructor saves the current value of
RhinoApp().AppSettings().GeneralSettings().m_bSplitCreasedSurfaces
in m_bSavedSetting and then sets the app setting to !bKeep.
CRhinoKeepKinkySurfaces::~CRhinoKeepKinkySurfaces | ( | ) |
The destructor sets
RhinoApp().AppSettings().GeneralSettings().m_bSplitCreasedSurfaces
to the value saved in m_bSavedSetting.