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


IKO_TColgp_Array1OfPnt Interface


An array of points. Query IKO_TColStd_Array1 from this interface to access size-related attributes of the array

Query IKO_Standard_Object from this interface to create a copy or obtain type name


HRESULT Create(int lower, int upper)

Constructs the array with index in the (lower, upper) range


HRESULT SetValue(int Index, DIPoint* pt)


HRESULT GetValue(int Index, DIPoint* pt)

Returns the point at Index