3 #ifndef _APIGridElement_H_
4 #define _APIGridElement_H_
10 namespace AnyCAD{
namespace API
14 class SnapTargetCollector;
32 void SetReferenceId(
const ElementId& _ReferenceId);
43 void SetGridSystemId(
const ElementId& _GridSystemId);
65 void SetOffsetIndex(
int _OffsetIndex);
70 int GetOffsetIndex()
const;
97 void CreateItemLabels () ;
121 #endif //_APIGridElement_H_
The element that can hold geometry.
Definition: APIRenderableElement.h:22
EnumAxesDirection
Definition: APIEnums.h:181
The id.
Definition: APIElementId.h:16
场景的节点的基类。
Definition: APISceneNode.h:22
The utiliy to collect SnapTarget.
Definition: APISnapTargetCollector.h:18
The grid element.
Definition: APIGridElement.h:23
std::vector< ElementId > ElementIdList
Definition: APIElementId.h:54
#define DECLARE_APISUPER(className, super)
Definition: APIObjectDef.h:33