DGKC Control Documentation


Skip Navigation Links.
Start page
Quick Start
Search Page
Installation
What is new
Licensing
Collapse ModelsModels
Collapse DG Kernel ControlDG Kernel Control
Collapse API ReferenceAPI Reference
Interface List
Vector Space
Collapse General GeometryGeneral Geometry
Collapse ModelModel
Collapse ViewView
Collapse General ComputingGeneral Computing
Collapse Samples and TutorialsSamples and Tutorials
Collapse GraphicsGraphics
Collapse Math ObjectsMath Objects
Collapse DeprecatedDeprecated
Redistribution
Model Viewer
Support
Skip Navigation Links Go to ActiveX docs Search Documentation


I2DPointArray_DG Interface

All indices in DG Kenel are 0-based

Standalone I2DPointArray_DG can be created using IObjectGenerator_DG.Create<I2DPointArray_DG>() call.

Properties

int Count

Methods

GetPoint
GetPoint1
SetPoint
SetPoint
Add
InsertAt
RemoveAt
RemoveAll
FindPoint
Copy
Append
InsertArrayAt

void GetPoint(int index, out double x, out double y)


T2DDg GetPoint(int index)


void SetPoint(int index, double x, double y)


void SetPoint(int index, T2DDg pt)


void Add(double x, double y)


void InsertAt(int indexAt, double x, double y)


void RemoveAt(int index)


void RemoveAll()


void FindPoint(double x, double y, double tolerance, int index)


void Copy(I2DPointArray_DG iArray)


void Append(I2DPointArray_DG iArray)


void InsertArrayAt(int indexAt, I2DPointArray_DG iArray)