3 #ifndef _APILayerElement_H_
4 #define _APILayerElement_H_
10 namespace AnyCAD{
namespace API
28 void SetPropertyScriptId(
const ElementId& _PropertyScriptId);
39 void SetTimerScriptId(
const ElementId& _TimerScriptId);
50 void SetEyePosition(
const Vector3& _EyePosition);
61 void SetLookAtPosition(
const Vector3& _LookAtPosition);
66 Vector3 GetLookAtPosition()
const;
72 void SetElevation(
Real _Elevation);
77 Real GetElevation()
const;
82 #endif //_APILayerElement_H_
The element that can store a group of the Element.
Definition: APILayerElement.h:19
The element that can store a group of the Element.
Definition: APIGroupElement.h:20
The id.
Definition: APIElementId.h:16
Point or vector.
Definition: APIMath.h:37
#define DECLARE_APISUPER(className, super)
Definition: APIObjectDef.h:33
double Real
Definition: APIMath.h:7