3 #ifndef _APIGridNode_H_
4 #define _APIGridNode_H_
10 namespace AnyCAD{
namespace API
29 void SetCellCount (
int cx,
int cy) ;
39 void SetCellSize (
const Vector2& cellSize) ;
50 void SetSubCellCount (
int cx,
int cy) ;
55 Vector2 GetSubCellSize ()
const;
60 Vector2 GetSubCellCount ()
const;
65 virtual void SetCellColor (
const ColorValue& clr) ;
75 virtual void SetSubCellColor (
const ColorValue& clr) ;
84 virtual void Update () ;
88 #endif //_APIGridNode_H_
Point or vector.
Definition: APIMath.h:16
The Grid Node. -since R2015.
Definition: APIGridNode.h:19
#define DECLARE_APISUPER(className, super)
Definition: APIObjectDef.h:33
节点组。
Definition: APIGroupSceneNode.h:22
Color Value.
Definition: APIMath.h:183