|
AnyCAD SDK PRO
2020
The Professional Graphics SDK for .Net and C++ Developers
|
节点组。 更多...
节点组。
使用节点组可以构造树形场景。
| void AnyCAD::Platform::GroupSceneNode::AddNode | ( | SceneNode^ | pNode | ) |
添加子节点。
| pNode | 子节点。 |
| void AnyCAD::Platform::GroupSceneNode::ClearAll | ( | ) |
清空所有子节点。
根据ID查找子节点。
| nId | 节点ID。 |
| Animator ^ AnyCAD::Platform::GroupSceneNode::GetAnimator | ( | ) |
获取动画器。
| long AnyCAD::Platform::GroupSceneNode::GetCount | ( | ) |
获取子节点的个数。
| SceneNode ^ AnyCAD::Platform::GroupSceneNode::GetNodeByIndex | ( | long | idx | ) |
根据索引查找子节点。
| idx | the index. |
| SceneNodeIterator ^ AnyCAD::Platform::GroupSceneNode::NewSceneNodeIterator | ( | ) |
创建遍历子节点的迭代器。
| void AnyCAD::Platform::GroupSceneNode::RemoveNode | ( | ElementId^ | nId | ) |
根据ID删除子节点
| nId | 节点的ID |
| void AnyCAD::Platform::GroupSceneNode::ResetShapeFilter | ( | int | nFilter | ) |
设置是显示面、线、点还是它们的组合。默认都显示。
| nFilter | by EnumRenderFlags |
| void AnyCAD::Platform::GroupSceneNode::SetAnimator | ( | Animator^ | pAnimator | ) |
设置动画器。
| pAnimator | the animator |
1.8.10