|
AnyCAD SDK PRO
2020
The Professional Graphics SDK for .Net and C++ Developers
|
Find the hole information from solid. 更多...
Public 成员函数 | |
| bool | Initialize (TopoShape^ solid) |
| TopoShapeGroup^ | GetFaces () |
| TopoShapeGroup^ | GetInnerWires (TopoShape^ face) |
| TopoShapeGroup^ | GetWallOfHole (TopoShape^ face, TopoShape^ wire) |
| SharedEdgeShapeList^ | FindWallsOfHole (TopoShape^ baseFace, TopoShape^ wire) |
| double | GetHoleDeep (TopoShape^ wire, TopoShape^ wallFace) |
Find the hole information from solid.
TODO:
| SharedEdgeShapeList ^ AnyCAD::Platform::HoleExplor::FindWallsOfHole | ( | TopoShape^ | baseFace, |
| TopoShape^ | wire | ||
| ) |
Find the walls of hole.
| TopoShapeGroup ^ AnyCAD::Platform::HoleExplor::GetFaces | ( | ) |
Get all the faces of the solid
Get the hole deep
| wire | the hole wire. |
| wallFace | the wall face of the hole. |
| TopoShapeGroup ^ AnyCAD::Platform::HoleExplor::GetInnerWires | ( | TopoShape^ | face | ) |
Get inner wires of the face
| face | the face |
| TopoShapeGroup ^ AnyCAD::Platform::HoleExplor::GetWallOfHole | ( | TopoShape^ | face, |
| TopoShape^ | wire | ||
| ) |
Get the wall faces of the hole.
| face | the face where the hole locates. |
| wire | the initial outline of the hole. |
| bool AnyCAD::Platform::HoleExplor::Initialize | ( | TopoShape^ | solid | ) |
Initialize by solid.
| solid | the solid to be process. |
1.8.10