AnyCAD C++ API  2018
 全部  命名空间 文件 函数 变量 类型定义 枚举 枚举值 友元 宏定义 
Public 成员函数 | 所有成员列表
AnyCAD::API::ElementIterator类 参考

To iterate the scene node in the scene. Usage: ElementIterator itr = ...; while(itr.More()) { SceneNode node = itr.Next(); .... }. 更多...

#include <APIElementIterator.h>

Public 成员函数

bool More () const
 
Element Next ()
 

详细描述

To iterate the scene node in the scene. Usage: ElementIterator itr = ...; while(itr.More()) { SceneNode node = itr.Next(); .... }.

TODO:

成员函数说明

bool AnyCAD::API::ElementIterator::More ( ) const

Test if has more node

返回
true if has more.
Element AnyCAD::API::ElementIterator::Next ( )

Move to the next position.

返回
the current node.

该类的文档由以下文件生成: