AnyCAD C++ API  2018
 全部  命名空间 文件 函数 变量 类型定义 枚举 枚举值 友元 宏定义 
Public 成员函数 | 所有成员列表
AnyCAD::API::MeasureResult类 参考

The measure operation result. 更多...

#include <APIMeasureResult.h>

Public 成员函数

bool IsDone () const
 
Real GetDistance () const
 
Vector3 GetPointOnShape1 () const
 
Vector3 GetPointOnShape2 () const
 

详细描述

The measure operation result.

TODO:

成员函数说明

Real AnyCAD::API::MeasureResult::GetDistance ( ) const

Get the distance.

返回
the distance.
Vector3 AnyCAD::API::MeasureResult::GetPointOnShape1 ( ) const

Get the point on the first shape.

返回
the position.
Vector3 AnyCAD::API::MeasureResult::GetPointOnShape2 ( ) const

Get the point on the second shape.

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

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

返回
if valid

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