DG Kernel Documentation


Skip Navigation Links.
Start page
Quick Start
Search Page
Installation
Overview of the software
What is new
Licensing
Collapse ModelsModels
Collapse DG Kernel ComponentsDG Kernel Components
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
Open Source
Support
Skip Navigation Links Search Documentation


I2DPointArray_DG Interface

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

All indices in DG Kenel are 0-based


int GetCount()


void SetCount(int count)


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


DG2D GetPoint1(int index)


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


void SetPoint1(int index, DG2D 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)