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

The grid Line Node, which hold the header. -since R2015UR2. 更多...

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

Public 成员函数

void SetLine (Vector3^ start, Vector3^ end)
 
void SetShowHead (bool bShow)
 
void SetStartPt (Vector3^ pt)
 
Vector3GetStartPt ()
 
void SetEndPt (Vector3^ pt)
 
Vector3GetEndPt ()
 
void SetHeadText (String^ text)
 
void Update ()
 
- 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 Node, which hold the header. -since R2015UR2.

TODO:

成员函数说明

Vector3 ^ AnyCAD::Platform::GridLineNode::GetEndPt ( )

Get the end point.

返回
the point.
Vector3 ^ AnyCAD::Platform::GridLineNode::GetStartPt ( )

Get the start point.

返回
the point.
void AnyCAD::Platform::GridLineNode::SetEndPt ( Vector3 pt)

Set end point.

参数
ptthe end point.
void AnyCAD::Platform::GridLineNode::SetHeadText ( String^  text)

Set the head text

参数
textthe string.
void AnyCAD::Platform::GridLineNode::SetLine ( Vector3 start,
Vector3 end 
)

Set line points.

参数
startthe start point.
endthe end point.
void AnyCAD::Platform::GridLineNode::SetShowHead ( bool  bShow)

Set if to show the value text.

参数
bShowif true the text is visible.
void AnyCAD::Platform::GridLineNode::SetStartPt ( Vector3 pt)

Set start point.

参数
ptthe start point.
void AnyCAD::Platform::GridLineNode::Update ( )

Update the grid line.


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