DGKC Control Documentation


Skip Navigation Links.
Start page
Quick Start
Search Page
Installation
What is new
Licensing
Expand ModelsModels
Expand DG Kernel ControlDG Kernel Control
Collapse API ReferenceAPI Reference
Interface List
Vector Space
Collapse General GeometryGeneral Geometry
Expand ModelModel
Expand ViewView
Expand General ComputingGeneral Computing
Expand Samples and TutorialsSamples and Tutorials
Expand GraphicsGraphics
Expand Math ObjectsMath Objects
Expand DeprecatedDeprecated
Redistribution
Model Viewer
Support
Skip Navigation LinksHome Page > API Reference > General Geometry > IPointMatrix_DG Go to ActiveX docs Search Documentation


IPointMatrix_DG Interface

A matrix, elements of which are 3D points. All indices in DG Kenel are 0-based

A standalone point matrix can be created with IObjectGenerator_DG.Create<IPointMatrix_DG>() call.

Properties

PairIntDg Size

Methods

GetPoint
GetPoint
SetPoint
SetPoint
Copy
GetRows
GetColumns

PointDg GetPoint(int row, int column)


void GetPoint(int row, int column, out double* x, out double* y, out double* z)


void SetPoint(int row, int column, PointDg pt)


void SetPoint(int row, int column, double x, double y, double z)


void Copy(IPointMatrix_DG iArray)


int GetRows()


int GetColumns()