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

The axis widget. 更多...

类 AnyCAD::Platform::AxesWidget 继承关系图:
AnyCAD::Platform::GroupSceneNode AnyCAD::Platform::SceneNode AnyCAD::Platform::Object

Public 成员函数

void SetCoordinate (Coordinate3^ coord)
 
Coordinate3GetCoordinate ()
 
Vector3GetPosition ()
 
FaceStyleGetArrowFaceStyle (int nType)
 
void ShowArrow (int nType, bool bShow)
 
void ShowArrows (bool bShow)
 
void SetArrowText (int nType, String^ text)
 
void EnableLeftHandCS ()
 
void SetShowText (bool bShow)
 
- Public 成员函数 继承自 AnyCAD::Platform::GroupSceneNode
void AddNode (SceneNode^ pNode)
 
void RemoveNode (ElementId^ nId)
 
SceneNodeFindNode (ElementId^ nId)
 
SceneNodeGetNodeByIndex (long idx)
 
SceneNodeIteratorNewSceneNodeIterator ()
 
long GetCount ()
 
void ClearAll ()
 
void SetAnimator (Animator^ pAnimator)
 
AnimatorGetAnimator ()
 
void ResetShapeFilter (int nFilter)
 
- Public 成员函数 继承自 AnyCAD::Platform::SceneNode
ElementIdGetId ()
 
void SetId (ElementId^ nId)
 
String^ GetName ()
 
void SetName (String^ name)
 
void SetVisible (bool bVisible)
 
bool IsVisible ()
 
bool IsPickable ()
 
void SetPickable (bool enabled)
 
bool IsFilterable ()
 
void SetFilterable (bool enabled)
 
bool IsFixedSize ()
 
void SetFixedSize (bool enabled)
 
void SetBBox (AABox^ bbox)
 
AABoxGetBBox ()
 
void SetTransform (Matrix4^ trf)
 
Matrix4GetTransform ()
 
void SetPointStyle (PointStyle^ pointStyle)
 
PointStyleGetPointStyle ()
 
void SetLineStyle (LineStyle^ lineStyle)
 
LineStyleGetLineStyle ()
 
void SetFaceStyle (FaceStyle^ faceStyle)
 
FaceStyleGetFaceStyle ()
 
void SetRenderOrder (int order)
 
int GetRenderOrder ()
 
void ResetShapeFilter (int nFilter)
 
- Public 成员函数 继承自 AnyCAD::Platform::Object
String^ GetObjectClassId ()
 
StringList^ ListParentClassIds ()
 

详细描述

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.

参数
nTypethe arrow type [0,1,2]
返回
the face style of the arrow.
Coordinate3 ^ AnyCAD::Platform::AxesWidget::GetCoordinate ( )

Get the local coordinate.

返回
the coordinate
Vector3 ^ AnyCAD::Platform::AxesWidget::GetPosition ( )

Get the position.

返回
the position
void AnyCAD::Platform::AxesWidget::SetArrowText ( int  nType,
String^  text 
)

Set the text of the arrow.

参数
nTypeby EnumAxesType.
textthe text string.
void AnyCAD::Platform::AxesWidget::SetCoordinate ( Coordinate3 coord)

Set the local coordinate

参数
coordthe coordinate
void AnyCAD::Platform::AxesWidget::SetShowText ( bool  bShow)

Show or hide text.

参数
bShowtrue to show.
void AnyCAD::Platform::AxesWidget::ShowArrow ( int  nType,
bool  bShow 
)

Show the arrow.

参数
nTypeby EnumAxesType.
bShowtrue to show.
void AnyCAD::Platform::AxesWidget::ShowArrows ( bool  bShow)

Show all the arrow.

参数
bShowtrue to show.,

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