AnyCAD SDK PRO
2020
The Professional Graphics SDK for .Net and C++ Developers
|
Measure tool. 更多...
Public 成员函数 | |
MeasureResult^ | ComputeMinDistance (TopoShape^ shape1, TopoShape^ shape2) |
MeasureResult^ | ComputeMinDistanceSingular (TopoShape^ shape1, TopoShape^ shape2) |
TopoShape^ | FindEdgeNearPoint (TopoShape^ shape, Vector3^ point) |
Measure tool.
TODO:
MeasureResult ^ AnyCAD::Platform::MeasureTools::ComputeMinDistance | ( | TopoShape^ | shape1, |
TopoShape^ | shape2 | ||
) |
Compute the minimal distance between shape 1 and shape 2.
shape1 | the first shape. |
shape2 | the second shape. |
MeasureResult ^ AnyCAD::Platform::MeasureTools::ComputeMinDistanceSingular | ( | TopoShape^ | shape1, |
TopoShape^ | shape2 | ||
) |
Compute the minimal distance between shape 1 and shape 2 for singular cases.
shape1 | the first shape. |
shape2 | the second shape. |
Find the nearest edge to the point. Return null if more than one edge.
shape | the shape which has edges. |
point | the point. |