AnyCAD SDK PRO
2020
The Professional Graphics SDK for .Net and C++ Developers
|
工作平面 更多...
Public 成员函数 | |
Vector3^ | GetPosition () |
void | SetPosition (Vector3^ pos) |
void | SetDirection (Vector3^ dir) |
Vector3^ | GetDirection () |
Vector3^ | GetXDirection () |
Vector3^ | GetYDirection () |
void | SetCoordinate (Coordinate3^ coord) |
GridNode^ | GetGridNode () |
void | SetGridNode (GridNode^ node) |
工作平面
工作平面信息。
Vector3 ^ AnyCAD::Platform::WorkingPlane::GetDirection | ( | ) |
获取方向。
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::SetPosition | ( | Vector3^ | pos | ) |
设置平面所在的位置。
pos | 坐标。 |