AnyCAD SDK PRO  2020
The Professional Graphics SDK for .Net and C++ Developers
Public 成员函数 | 所有成员列表
AnyCAD::Platform::SceneNodeIterator类 参考

节点遍历器。 更多...

Public 成员函数

bool More ()
 
SceneNodeNext ()
 

详细描述

节点遍历器。

使用方法: . SceneNodeIterator itr = ...; . while(itr.More()) . { . SceneNode node = itr.Next(); . .... . }

成员函数说明

bool AnyCAD::Platform::SceneNodeIterator::More ( )

判断是否还有未遍历的。

返回
true if has more.
SceneNode ^ AnyCAD::Platform::SceneNodeIterator::Next ( )

返回当前的节点,指向下一个节点

返回
the current node.

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