AnyCAD SDK PRO
2020
The Professional Graphics SDK for .Net and C++ Developers
|
The axis widget. 更多...
The axis widget.
TODO:
void AnyCAD::Platform::AxesWidget::EnableLeftHandCS | ( | ) |
Set to left hand coordinate system.
FaceStyle ^ AnyCAD::Platform::AxesWidget::GetArrowFaceStyle | ( | int | nType | ) |
Get the face style.
nType | the arrow type [0,1,2] |
Coordinate3 ^ AnyCAD::Platform::AxesWidget::GetCoordinate | ( | ) |
Get the local coordinate.
Vector3 ^ AnyCAD::Platform::AxesWidget::GetPosition | ( | ) |
Get the position.
void AnyCAD::Platform::AxesWidget::SetArrowText | ( | int | nType, |
String^ | text | ||
) |
Set the text of the arrow.
nType | by EnumAxesType. |
text | the text string. |
void AnyCAD::Platform::AxesWidget::SetCoordinate | ( | Coordinate3^ | coord | ) |
Set the local coordinate
coord | the coordinate |
void AnyCAD::Platform::AxesWidget::SetShowText | ( | bool | bShow | ) |
Show or hide text.
bShow | true to show. |
void AnyCAD::Platform::AxesWidget::ShowArrow | ( | int | nType, |
bool | bShow | ||
) |
Show the arrow.
nType | by EnumAxesType. |
bShow | true to show. |
void AnyCAD::Platform::AxesWidget::ShowArrows | ( | bool | bShow | ) |
Show all the arrow.
bShow | true to show., |