AnyCAD SDK PRO
2020
The Professional Graphics SDK for .Net and C++ Developers
|
拓扑对象组 更多...
Public 成员函数 | |
void | SetId (int id) |
int | GetId () |
int | Add (TopoShape^ pTopoShape) |
TopoShape^ | GetTopoShape (int idx) |
TopoShape^ | GetAt (int idx) |
void | Clear () |
int | Size () |
拓扑对象组
多个TopoShape的集合。
int AnyCAD::Platform::TopoShapeGroup::Add | ( | TopoShape^ | pTopoShape | ) |
void AnyCAD::Platform::TopoShapeGroup::Clear | ( | ) |
Clear the group
TopoShape ^ AnyCAD::Platform::TopoShapeGroup::GetAt | ( | int | idx | ) |
int AnyCAD::Platform::TopoShapeGroup::GetId | ( | ) |
Get id.
TopoShape ^ AnyCAD::Platform::TopoShapeGroup::GetTopoShape | ( | int | idx | ) |
void AnyCAD::Platform::TopoShapeGroup::SetId | ( | int | id | ) |
Set id.
id | the id. |
int AnyCAD::Platform::TopoShapeGroup::Size | ( | ) |