DG Kernel (ActiveX) Documentation


Skip Navigation Links.
Start page
Quick Start
Search Page
Installation
What is new
Upgrading Native Apps
Licensing
Expand ModelsModels
Expand DG Kernel ControlsDG Kernel Controls
Collapse API ReferenceAPI Reference
Interface List
Vector Space
Collapse General GeometryGeneral Geometry
Expand ModelModel
Expand ViewView
Expand General ComputingGeneral Computing
Expand ViewsViews
Expand Samples and TutorialsSamples and Tutorials
Expand GraphicsGraphics
Expand Math ObjectsMath Objects
Expand DeprecatedDeprecated
Redistribution
Model Viewer
Open Source
Support
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)