3 #ifndef _APIGridLabelElement_H_
4 #define _APIGridLabelElement_H_
10 namespace AnyCAD{
namespace API
29 void SetGridItemId(
const ElementId& _GridItemId);
40 void SetPosition(
int _Position);
45 int GetPosition()
const;
62 void SetShowHandle(
bool _ShowHandle);
67 bool GetShowHandle()
const;
73 void SetOffset(
Real _Offset);
78 Real GetOffset()
const;
84 void SetRadius(
Real _Radius);
89 Real GetRadius()
const;
99 #endif //_APIGridLabelElement_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 id.
Definition: APIElementId.h:16
场景的节点的基类。
Definition: APISceneNode.h:22
#define DECLARE_APISUPER(className, super)
Definition: APIObjectDef.h:33
double Real
Definition: APIMath.h:7