|
| CRhinoPageViewObjectIterator (unsigned int rhino_page_view_serial_number, object_state=normal_or_locked_objects, object_category=active_objects) |
|
| ~CRhinoPageViewObjectIterator () |
|
| CRhinoObjectIterator (const CRhinoDoc &, object_state=normal_or_locked_objects, object_category=active_objects) |
|
| CRhinoObjectIterator (object_state s=normal_or_locked_objects, object_category c=active_objects) |
| obsolete constructor - you must specify the document More...
|
|
| CRhinoObjectIterator (unsigned int rhino_doc_sn, const class CRhinoFileWriteOptions &fwo) |
|
| CRhinoObjectIterator (unsigned int rhino_doc_sn, object_state=normal_or_locked_objects, object_category=active_objects) |
|
| ~CRhinoObjectIterator () |
|
CRhinoDoc * | Document () const |
|
void | EnableSelectedFilter (BOOL32 b=true, BOOL32 bCheckSubObjects=false) |
|
void | EnableVisibleFilter (BOOL32 b=true) |
|
CRhinoObject * | First () |
|
void | IncludeGrips (bool bIncludeGrips=true) |
|
void | IncludeLights (BOOL32 bIncludeLights=true) |
|
void | IncludePhantoms (bool bIncludePhantoms=true) |
|
CRhinoObject * | Next () |
|
void | SetActiveInViewportFilter (bool bEnable, const CRhinoViewport &viewport, bool bFilter) |
|
void | SetLayerFilter (int layer_index) |
|
void | SetObjectFilter (unsigned int object_filter) |
|
void | SetSpaceFilter (bool bEnable, ON::active_space space, bool bFilter) |
|
void | SetViewportFilter (const CRhinoViewport &viewport) |
|
void | SetViewportIdFilter (bool bEnable, ON_UUID viewport_id, bool bFilter) |
|
Description: Tool to go through rhino objects that are on a specified page