DG Kernel Documentation


Skip Navigation Links.
Start page
Quick Start
Search Page
Installation
Overview of the software
What is new
Licensing
Expand ModelsModels
Expand DG Kernel ComponentsDG Kernel Components
Expand API ReferenceAPI Reference
Expand Samples and TutorialsSamples and Tutorials
Expand GraphicsGraphics
Expand Math ObjectsMath Objects
Collapse DeprecatedDeprecated
Redistribution
Model Viewer
Open Source
Support
Skip Navigation LinksHome Page > Deprecated > Deprecated API Reference > Model > Section > ISurfacePointArrayKC Search Documentation


ISurfacePointArrayKC Interface

GetCount
GetPoint
Extend
Offset

HRESULT GetCount(int* count)


HRESULT GetPoint( ISurfacePointKC** point )


HRESULT Extend(ISurfacePointArrayKC* extension )

Appends extension to this. The last and the first points are compared geometrically and one is skipped if there is a duplication


HRESULT Offset(double offset)

Appplies ISurfacePointKC.Offset() to all point in the array. Useful for preventing aliasing during rendering. Strictly speaking all points will be invalid and should be discarded as soon as possible