Rhino C++ API
8.17
|
#include <rhinoSdkDoc.h>
Public Attributes | |
const bool | m_bValidIterator |
const ON_UUID | m_rhino_page_view_main_viewport_id |
const unsigned int | m_rhino_page_view_sn |
![]() | |
const unsigned int | m_rhino_doc_sn |
document being iterated. More... | |
Additional Inherited Members | |
![]() | |
enum | object_category { active_objects = 1, reference_objects = 2, active_and_reference_objects = 3 } |
enum | object_state { normal_objects = 1, locked_objects = 2, hidden_objects = 4, idef_objects = 8, deleted_objects = 16, normal_or_locked_objects = 3, undeleted_objects = 7, all_objects = 0xFFFFFFFF, undeleted_and_idef_objects = 0x7FFFFFFF } |
Description: Tool to go through rhino objects that are on a specified page
CRhinoPageViewObjectIterator::CRhinoPageViewObjectIterator | ( | unsigned int | rhino_page_view_serial_number, |
object_state | = normal_or_locked_objects , |
||
object_category | = active_objects |
||
) |
CRhinoPageViewObjectIterator::~CRhinoPageViewObjectIterator | ( | ) |
const bool CRhinoPageViewObjectIterator::m_bValidIterator |
const ON_UUID CRhinoPageViewObjectIterator::m_rhino_page_view_main_viewport_id |
const unsigned int CRhinoPageViewObjectIterator::m_rhino_page_view_sn |