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

The measure operation result. 更多...

Public 成员函数

bool IsDone ()
 
Real GetDistance ()
 
Vector3GetPointOnShape1 ()
 
Vector3GetPointOnShape2 ()
 

详细描述

The measure operation result.

TODO:

成员函数说明

Real AnyCAD::Platform::MeasureResult::GetDistance ( )

Get the distance.

返回
the distance.
Vector3 ^ AnyCAD::Platform::MeasureResult::GetPointOnShape1 ( )

Get the point on the first shape.

返回
the position.
Vector3 ^ AnyCAD::Platform::MeasureResult::GetPointOnShape2 ( )

Get the point on the second shape.

返回
the position.
bool AnyCAD::Platform::MeasureResult::IsDone ( )

Test if it's valid. If not, the other data are meaningless.

返回
if valid

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