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


ICurveArray_DG Interface

All indices in DG Kenel are 0-based

A standalone curve array can be created via IObjectGenerator_DG.Create("ICurveArray_DG") > ICurveArray_DG query.

Properties

int Count

Methods

GetAt
RemoveAt
RemoveAll
Add

ICurve_DG GetAt(int index)


void RemoveAt(int index)


void RemoveAll()


void Add(ICurve_DG curve)