3 #ifndef _APIArcElement_H_
4 #define _APIArcElement_H_
10 namespace AnyCAD{
namespace API
30 void SetCenterAsMiddle(
bool _CenterAsMiddle);
35 bool GetCenterAsMiddle()
const;
41 void SetCenterPt(
const Vector3& _CenterPt);
52 void SetStartPt(
const Vector3& _StartPt);
63 void SetEndPt(
const Vector3& _EndPt);
73 #endif //_APIArcElement_H_
The curve element.
Definition: APICurveElement.h:19
Point or vector.
Definition: APIMath.h:37
#define DECLARE_APISUPER(className, super)
Definition: APIObjectDef.h:33
The arc element.
Definition: APIArcElement.h:21