DGKC Control Documentation


Skip Navigation Links.
Start page
Quick Start
Search Page
Installation
What is new
Licensing
Expand ModelsModels
Expand DG Kernel ControlDG Kernel Control
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
Support
Skip Navigation LinksHome Page > API Reference > General Geometry > Curves > 2D > IArc_DG Go to ActiveX docs Search Documentation


IArc_DG Interface

Properties

double Curvature
double Radius

Methods

GetEndPoint
GetEndPoint1
SetEndPoint
SetEndPoint1
Init
IsValid
MakeValid
GetPoint
GetPoint1
GetCenter
GetCenter1
GetAngleRange
PassThroughPoint

T2DDg GetEndPoint(int end)


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


void SetEndPoint(int end, T2DDg point)


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


bool Init()


bool IsValid()


bool MakeValid()


T2DDg GetPoint(double t)


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


T2DDg GetCenter()


void GetCenter1(double x, double y)


void GetAngleRange(double min, double max)


int PassThroughPoint(double x, double y)