AnyCAD SDK PRO
2020
The Professional Graphics SDK for .Net and C++ Developers
|
Connect the edges to wires, and sort the closed wires to build faces with holes. 更多...
Public 成员函数 | |
bool | Initialize (TopoShapeGroup^ edgeList) |
TopoShapeGroup^ | BuildFacesWithHoles () |
TopoShapeGroup^ | BuildWires () |
Connect the edges to wires, and sort the closed wires to build faces with holes.
TODO:
TopoShapeGroup ^ AnyCAD::Platform::LoopsBuilder::BuildFacesWithHoles | ( | ) |
Build faces with holes.
TopoShapeGroup ^ AnyCAD::Platform::LoopsBuilder::BuildWires | ( | ) |
Build connected wires.
bool AnyCAD::Platform::LoopsBuilder::Initialize | ( | TopoShapeGroup^ | edgeList | ) |
Initialize the builder.
edgeList | the list of edges. |