AnyCAD SDK PRO
2020
The Professional Graphics SDK for .Net and C++ Developers
|
The arrow widget. 更多...
The arrow widget.
TODO:
Vector3 ^ AnyCAD::Platform::ArrowWidget::GetDirection | ( | ) |
Get the direction.
Vector3 ^ AnyCAD::Platform::ArrowWidget::GetPosition | ( | ) |
Get the Position.
Vector3 ^ AnyCAD::Platform::ArrowWidget::GetScale | ( | ) |
Get the Scale.
void AnyCAD::Platform::ArrowWidget::SetDirection | ( | Vector3^ | dir | ) |
Set the direction.
dir | the arrow direction. |
void AnyCAD::Platform::ArrowWidget::SetPosition | ( | Vector3^ | pos | ) |
Set the Position.
pos | the arrow position. |
void AnyCAD::Platform::ArrowWidget::SetScale | ( | Vector3^ | scale | ) |
Set the Scale.
scale | the arrow scale. |
Set the location and direction.
pos | the position. |
rotate | the rotation by Euler Angles XYZ. |
void AnyCAD::Platform::ArrowWidget::SetTransform | ( | Vector3^ | position, |
Vector3^ | direction, | ||
Vector3^ | scale | ||
) |
Set the location, direction and scale.
position | the position. |
direction | the direction. |
scale | the scale. |