|
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) |
| bool | InitializeWithClosedWires (TopoShapeGroup^ wireList) |
Public 成员函数 继承自 AnyCAD::Platform::LoopsBuilder | |
| bool | Initialize (TopoShapeGroup^ edgeList) |
| TopoShapeGroup^ | BuildFacesWithHoles () |
| TopoShapeGroup^ | BuildWires () |
Connect the edges to wires, and sort the closed wires to build faces with holes.
TODO:
| bool AnyCAD::Platform::LoopsBuilder2d::Initialize | ( | TopoShapeGroup^ | edgeList | ) |
Initialize the builder.
| edgeList | the list of 2d edges. |
| bool AnyCAD::Platform::LoopsBuilder2d::InitializeWithClosedWires | ( | TopoShapeGroup^ | wireList | ) |
Initialize the builder with colsed wires.
| wireList | the list of wires. |
1.8.10