3 #ifndef _APITieLineElement_H_
4 #define _APITieLineElement_H_
10 namespace AnyCAD{
namespace API
28 void SetStartJointId(
const ElementId& _StartJointId);
39 void SetEndJointId(
const ElementId& _EndJointId);
49 #endif //_APITieLineElement_H_
The id.
Definition: APIElementId.h:16
The tie line element.
Definition: APITieLineElement.h:19
#define DECLARE_APISUPER(className, super)
Definition: APIObjectDef.h:33
The line element.
Definition: APILineElement.h:21