AnyCAD SDK PRO
2020
The Professional Graphics SDK for .Net and C++ Developers
|
Classify the inner wire and outer wires for a face. 更多...
Public 成员函数 | |
bool | Initialize (TopoShape^ face) |
TopoShapeGroup^ | GetInnerWires () |
TopoShape^ | GetOuterWire () |
Classify the inner wire and outer wires for a face.
TODO:
TopoShapeGroup ^ AnyCAD::Platform::WireClassifier::GetInnerWires | ( | ) |
Get the inner wires of the face
TopoShape ^ AnyCAD::Platform::WireClassifier::GetOuterWire | ( | ) |
Get the outer wire.
bool AnyCAD::Platform::WireClassifier::Initialize | ( | TopoShape^ | face | ) |
Initialize the classifier.
face | the face to be classified. |