3 #ifndef _APIGridItemElement_H_
4 #define _APIGridItemElement_H_
10 namespace AnyCAD{
namespace API
12 class GridLabelElement;
31 void SetGridSystemId(
const ElementId& _GridSystemId);
53 void SetItemIndexU(
int _ItemIndexU);
58 int GetItemIndexU()
const;
64 void SetItemIndexV(
int _ItemIndexV);
69 int GetItemIndexV()
const;
85 #endif //_APIGridItemElement_H_
The element that can hold geometry.
Definition: APIRenderableElement.h:22
The grid label element.
Definition: APIGridLabelElement.h:20
EnumAxesDirection
Definition: APIEnums.h:181
The grid item element.
Definition: APIGridItemElement.h:22
The id.
Definition: APIElementId.h:16
场景的节点的基类。
Definition: APISceneNode.h:22
#define DECLARE_APISUPER(className, super)
Definition: APIObjectDef.h:33