AnyCAD SDK PRO
2020
The Professional Graphics SDK for .Net and C++ Developers
|
The measure operation result. 更多...
Public 成员函数 | |
bool | IsDone () |
Real | GetDistance () |
Vector3^ | GetPointOnShape1 () |
Vector3^ | GetPointOnShape2 () |
The measure operation result.
TODO:
Real AnyCAD::Platform::MeasureResult::GetDistance | ( | ) |
Get the distance.
Vector3 ^ AnyCAD::Platform::MeasureResult::GetPointOnShape1 | ( | ) |
Get the point on the first shape.
Vector3 ^ AnyCAD::Platform::MeasureResult::GetPointOnShape2 | ( | ) |
Get the point on the second shape.
bool AnyCAD::Platform::MeasureResult::IsDone | ( | ) |
Test if it's valid. If not, the other data are meaningless.