Rhino C++ API
8.13
|
#include <rhinoSdkSystemDialogOptions.h>
Public Types | |
enum | document_property_tabs { render_tab = 0, render_mesh_tab, units_tab, page_units_tab, dimension_tab, notes_tab, summary_tab, grid_tab, linetype_tab, hatch_tab, text_tab, tab_count } |
Public Member Functions | |
CRhinoDocumentPropertiesTabs () | |
void | IncludeTab (document_property_tabs) |
void | RemoveTab (document_property_tabs) |
BOOL32 | TabIncluded (document_property_tabs) |
Copyright (c) 1993-2017 Robert McNeel & Associates. All rights reserved. Rhinoceros is a registered trademark of Robert McNeel & Associates.
THIS SOFTWARE IS PROVIDED "AS IS" WITHOUT EXPRESS OR IMPLIED WARRANTY. ALL IMPLIED WARRANTIES OF FITNESS FOR ANY PARTICULAR PURPOSE AND OF MERCHANTABILITY ARE HEREBY DISCLAIMED.
For complete Rhino SDK copyright information see http://www.rhino3d.com/developer. class CRhinoObjectPropertiesTabs
Description: Control class for writing plug-in that adds commands to Rhino.
CRhinoDocumentPropertiesTabs::CRhinoDocumentPropertiesTabs | ( | ) |
void CRhinoDocumentPropertiesTabs::IncludeTab | ( | document_property_tabs | ) |
void CRhinoDocumentPropertiesTabs::RemoveTab | ( | document_property_tabs | ) |
BOOL32 CRhinoDocumentPropertiesTabs::TabIncluded | ( | document_property_tabs | ) |