3 #ifndef _APIPointNode_H_
4 #define _APIPointNode_H_
10 namespace AnyCAD{
namespace API
28 void SetPoint (
const Vector3& pt) ;
38 void SetShowText (
bool bShow) ;
42 #endif //_APIPointNode_H_
Point or vector.
Definition: APIMath.h:37
#define DECLARE_APISUPER(className, super)
Definition: APIObjectDef.h:33
节点组。
Definition: APIGroupSceneNode.h:22
The Point Node, which can be used to display point. -since R2015.
Definition: APIPointNode.h:19