3 #ifndef _APITieArcElement_H_
4 #define _APITieArcElement_H_
10 namespace AnyCAD{
namespace API
28 void SetCenterPtId(
const ElementId& _CenterPtId);
39 void SetStartPtId(
const ElementId& _StartPtId);
50 void SetEndPtId(
const ElementId& _EndPtId);
60 #endif //_APITieArcElement_H_
The id.
Definition: APIElementId.h:16
#define DECLARE_APISUPER(className, super)
Definition: APIObjectDef.h:33
The tie Arc element.
Definition: APITieArcElement.h:19
The arc element.
Definition: APIArcElement.h:21