DG Kernel (ActiveX) Documentation


Skip Navigation Links.
Skip Navigation LinksHome Page > API Reference > General Geometry > Curves > 2D > IArc_DG Go to DGKC docs Search Documentation


IArc_DG Interface

GetEndPoint
GetEndPoint1
SetEndPoint
SetEndPoint1
GetCurvature
SetCurvature
Init
IsValid
MakeValid
GetPoint
GetPoint1
GetRadius
SetRadius
GetCenter
GetCenter1
GetAngleRange
PassThroughPoint

DG2D GetEndPoint(int end)


void GetEndPoint1(int end, double x, double y)


void SetEndPoint(int end, DG2D point)


void SetEndPoint1(int end, double x, double y)


double GetCurvature()


void SetCurvature(double curv)


bool Init()


bool IsValid()


bool MakeValid()


DG2D GetPoint(double t)


void GetPoint1(double t, double x, double y)


double GetRadius()


void SetRadius(double r)


DG2D GetCenter()


void GetCenter1(double x, double y)


void GetAngleRange(double min, double max)


int PassThroughPoint(double x, double y)