DG Kernel (ActiveX) Documentation


Skip Navigation Links.
Start page
Quick Start
Search Page
Installation
What is new
Upgrading Native Apps
Licensing
Collapse ModelsModels
Collapse DG Kernel ControlsDG Kernel Controls
Collapse API ReferenceAPI Reference
Interface List
Vector Space
Collapse General GeometryGeneral Geometry
Collapse ModelModel
Collapse ViewView
Collapse General ComputingGeneral Computing
Collapse ViewsViews
Collapse Samples and TutorialsSamples and Tutorials
Collapse GraphicsGraphics
Collapse Math ObjectsMath Objects
Collapse DeprecatedDeprecated
Redistribution
Model Viewer
Open Source
Support
Skip Navigation Links Go to DGKC docs 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