AnyCAD SDK PRO
2020
The Professional Graphics SDK for .Net and C++ Developers
|
Explore solid information. 更多...
Public 成员函数 | |
bool | Initialize (TopoShape^ solid) |
int | GetFaceCount () |
TopoShape^ | GetFace (int idx) |
int | GetEdgeCount () |
TopoShape^ | GetEdge (int idx) |
IntList^ | GetFacesOfEdge (int edgeIdx) |
TopoShape^ | GetSolidShape () |
Explore solid information.
TODO:
TopoShape ^ AnyCAD::Platform::SolidExplor::GetEdge | ( | int | idx | ) |
Get the edge of the solid by index
idx | the index, starting from 0 |
int AnyCAD::Platform::SolidExplor::GetEdgeCount | ( | ) |
Get the edge count.
TopoShape ^ AnyCAD::Platform::SolidExplor::GetFace | ( | int | idx | ) |
Get the face of the solid by index
idx | the index, starting from 0 |
int AnyCAD::Platform::SolidExplor::GetFaceCount | ( | ) |
Get the face count.
IntList ^ AnyCAD::Platform::SolidExplor::GetFacesOfEdge | ( | int | edgeIdx | ) |
Get the faces share the same edge.
edgeIdx | the edge index. |
TopoShape ^ AnyCAD::Platform::SolidExplor::GetSolidShape | ( | ) |
Get solid.
bool AnyCAD::Platform::SolidExplor::Initialize | ( | TopoShape^ | solid | ) |
Initialize by solid.
solid | the solid to be process. |