3 #ifndef _APILineNode_H_ 
    4 #define _APILineNode_H_ 
   10 namespace AnyCAD{ 
namespace API
 
   34       void SetShowText (
bool bShow) ;
 
   39       void SetStartPt (
const Vector3& pt) ;
 
   49       void SetEndPt (
const Vector3& pt) ;
 
   58 #endif //_APILineNode_H_ 
Point or vector. 
Definition: APIMath.h:37
 
The Line Node, which can be used to display line. -since R2015. 
Definition: APILineNode.h:19
 
#define DECLARE_APISUPER(className, super)
Definition: APIObjectDef.h:33
 
节点组。 
Definition: APIGroupSceneNode.h:22