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

The grid line head Node, which can be used to display line. -since R2015UR2. 更多...

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

Public 成员函数

void SetText (String^ text)
 
void Update ()
 
void SetRadius (Real radius)
 
Real GetRadius ()
 
- 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 grid line head Node, which can be used to display line. -since R2015UR2.

TODO:

成员函数说明

Real AnyCAD::Platform::GridHeadNode::GetRadius ( )

Get the radius.

返回
the head radius.
void AnyCAD::Platform::GridHeadNode::SetRadius ( Real  radius)

Set radius.

参数
radiusthe head radius.
void AnyCAD::Platform::GridHeadNode::SetText ( String^  text)

Set the text to show.

参数
textthe text string.
void AnyCAD::Platform::GridHeadNode::Update ( )

Update the grid head.


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