AnyCAD SDK PRO  2020
The Professional Graphics SDK for .Net and C++ Developers
Public 成员函数 | 所有成员列表
AnyCAD::Platform::LoopsBuilder2d类 参考

Connect the edges to wires, and sort the closed wires to build faces with holes. 更多...

类 AnyCAD::Platform::LoopsBuilder2d 继承关系图:
AnyCAD::Platform::LoopsBuilder

Public 成员函数

bool Initialize (TopoShapeGroup^ edgeList)
 
bool InitializeWithClosedWires (TopoShapeGroup^ wireList)
 
- Public 成员函数 继承自 AnyCAD::Platform::LoopsBuilder
bool Initialize (TopoShapeGroup^ edgeList)
 
TopoShapeGroupBuildFacesWithHoles ()
 
TopoShapeGroupBuildWires ()
 

详细描述

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.

参数
edgeListthe list of 2d edges.
返回
false if invalid inputs.
bool AnyCAD::Platform::LoopsBuilder2d::InitializeWithClosedWires ( TopoShapeGroup wireList)

Initialize the builder with colsed wires.

参数
wireListthe list of wires.
返回
false if invalid inputs.

该类的文档由以下文件生成: