Rhino C++ API
8.13
|
#include <rhinoSdkDoc.h>
Public Member Functions | |
CRhinoCreateDocumentOptions ()=default | |
CRhinoCreateDocumentOptions (const CRhinoCreateDocumentOptions &)=default | |
~CRhinoCreateDocumentOptions ()=default | |
bool | CreateDefaultViews () const |
bool | CreateHeadless () const |
bool | CreateStealthWorksession () const |
void | SetCreateDefaultViews (bool bCreateDefaultViews) |
void | SetCreateHeadless (bool bCreateHeadless) |
void | SetCreateStealthWorksession (bool bCreateStealthWorksession) |
Static Public Attributes | |
static const CRhinoCreateDocumentOptions | Defaults |
|
default |
The CRhinoCreateDocumentOptions class is used to pass options to the static CRhinoDoc::CreateDocument() function.
|
default |
|
default |
bool CRhinoCreateDocumentOptions::CreateDefaultViews | ( | ) | const |
Returns: true If no template file is specified or the template file does not contain views, and this parameter is true, then the default Rhino views are created. Remarks: Default value is true.
bool CRhinoCreateDocumentOptions::CreateHeadless | ( | ) | const |
Returns: true if a "headless" document should be created Remarks: This function is a work in progress and may change during the development of V7
bool CRhinoCreateDocumentOptions::CreateStealthWorksession | ( | ) | const |
Returns: true if a "stealth" worksession should be created. Remarks: Default value is true. Ideally, this function will vanish in the near future!
void CRhinoCreateDocumentOptions::SetCreateDefaultViews | ( | bool | bCreateDefaultViews | ) |
void CRhinoCreateDocumentOptions::SetCreateHeadless | ( | bool | bCreateHeadless | ) |
void CRhinoCreateDocumentOptions::SetCreateStealthWorksession | ( | bool | bCreateStealthWorksession | ) |
|
static |
Compilers implicitly delete operator= due to const m_version field CRhinoCreateDocumentOptions& operator=(const CRhinoCreateDocumentOptions&) = default;