AnyCAD SDK PRO
2020
The Professional Graphics SDK for .Net and C++ Developers
|
Classify the edges for shapes. 更多...
Public 成员函数 | |
bool | Initialize (TopoShape^ shape) |
TopoShapeGroup^ | GetSharedEdges () |
TopoShapeGroup^ | GetFreeEdges () |
TopoShapeGroup^ | GetStandaloneEdges () |
Classify the edges for shapes.
TODO:
TopoShapeGroup ^ AnyCAD::Platform::EdgeClassifier::GetFreeEdges | ( | ) |
Get the free edges.
TopoShapeGroup ^ AnyCAD::Platform::EdgeClassifier::GetSharedEdges | ( | ) |
Get the shared edges
TopoShapeGroup ^ AnyCAD::Platform::EdgeClassifier::GetStandaloneEdges | ( | ) |
Get the standalone edges.
bool AnyCAD::Platform::EdgeClassifier::Initialize | ( | TopoShape^ | shape | ) |
Initialize the classifier.
shape | the shape to be classified. |