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

工作平面 更多...

Public 成员函数

Vector3GetPosition ()
 
void SetPosition (Vector3^ pos)
 
void SetDirection (Vector3^ dir)
 
Vector3GetDirection ()
 
Vector3GetXDirection ()
 
Vector3GetYDirection ()
 
void SetCoordinate (Coordinate3^ coord)
 
GridNodeGetGridNode ()
 
void SetGridNode (GridNode^ node)
 

详细描述

工作平面

工作平面信息。

成员函数说明

Vector3 ^ AnyCAD::Platform::WorkingPlane::GetDirection ( )

获取方向。

返回
方向。
GridNode ^ AnyCAD::Platform::WorkingPlane::GetGridNode ( )

获取工作平面的网格显示节点。

返回
GridNode.
Vector3 ^ AnyCAD::Platform::WorkingPlane::GetPosition ( )

获取位置。

返回
坐标。
Vector3 ^ AnyCAD::Platform::WorkingPlane::GetXDirection ( )

获取局部坐标系的X方向。

返回
方向。
Vector3 ^ AnyCAD::Platform::WorkingPlane::GetYDirection ( )

获取局部坐标系的Y方向。

返回
方向。
void AnyCAD::Platform::WorkingPlane::SetCoordinate ( Coordinate3 coord)

设置平面的局部坐标系

参数
coord坐标系.
void AnyCAD::Platform::WorkingPlane::SetDirection ( Vector3 dir)

设置平面方向。

参数
dir方向。
void AnyCAD::Platform::WorkingPlane::SetGridNode ( GridNode node)

设置工作平面的显示节点。

参数
nodeGridNode.
void AnyCAD::Platform::WorkingPlane::SetPosition ( Vector3 pos)

设置平面所在的位置。

参数
pos坐标。

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