Rhino C++ API
8.13
|
#include <rhinoSdkBitmap.h>
Static Public Attributes | |
static const CRhinoDocTableReference | Unset |
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.
|
delete |
|
default |
CRhinoDocTableReference::CRhinoDocTableReference | ( | const CRhinoDocTableReference & | ) |
CRhinoDocTableReference::CRhinoDocTableReference | ( | unsigned int | doc_sn, |
ON_ModelComponent::Type | component_type, | ||
const ON_SimpleArray< const class ON_ModelComponent * > * | table, | ||
const wchar_t * | default_component_root_name | ||
) |
unsigned int CRhinoDocTableReference::ComponentCount | ( | ) | const |
ON_ModelComponent::Type CRhinoDocTableReference::ComponentType | ( | ) | const |
const ON_wString& CRhinoDocTableReference::DefaultComponentRootName | ( | ) | const |
const class CRhinoDoc* CRhinoDocTableReference::Document | ( | ) | const |
unsigned int CRhinoDocTableReference::DocumentSerialNumber | ( | ) | const |
const class ON_ModelComponent* CRhinoDocTableReference::FromId | ( | ON_UUID | id | ) | const |
Remarks: Every document component can be found by id.
const class ON_ModelComponent* CRhinoDocTableReference::FromName | ( | const wchar_t * | name, |
ON_UUID | parent_id | ||
) | const |
const class ON_ModelComponent* CRhinoDocTableReference::FromNameHash | ( | const ON_NameHash & | name_hash | ) | const |
bool CRhinoDocTableReference::IndexedComponents | ( | ) | const |
Returns: True if the components in this table can be found by index.
|
delete |
const class ON_ModelComponent* CRhinoDocTableReference::operator[] | ( | size_t | i | ) | const |
Remarks: If IndexedComponents() is true, then the table components can be found by index.
bool CRhinoDocTableReference::UniquelyNamedComponents | ( | ) | const |
Returns: True if the components in this table have unique names and can be found by name or name hash. Remarks: All model components have names, but some, like model geometry and rendering materials, are not required to have unique names.
const ON_wString CRhinoDocTableReference::UnusedComponentName | ( | ) | const |
const ON_wString CRhinoDocTableReference::UnusedComponentName | ( | const wchar_t * | root_name | ) | const |
|
static |