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

The Snap Point Node, which can be used to display snap point. -since R2017. 更多...

类 AnyCAD::Platform::SnapNode 继承关系图:
AnyCAD::Platform::EntitySceneNode AnyCAD::Platform::SceneNode AnyCAD::Platform::Object

Public 成员函数

void SetPoint (Vector3^ pt, Real radius)
 
Vector3GetPoint ()
 
Real GetRadius ()
 
- Public 成员函数 继承自 AnyCAD::Platform::EntitySceneNode
void SetEntity (RenderableEntity^ pEntity)
 
RenderableEntityGetEntity ()
 
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 Snap Point Node, which can be used to display snap point. -since R2017.

TODO:

成员函数说明

Vector3 ^ AnyCAD::Platform::SnapNode::GetPoint ( )

Get the value.

返回
the point value.
Real AnyCAD::Platform::SnapNode::GetRadius ( )

Get the radius size.

返回
the radius.
void AnyCAD::Platform::SnapNode::SetPoint ( Vector3 pt,
Real  radius 
)

Set point value.

参数
ptthe point value.
radiusthe size of sensitive area.

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