DGKC Control Documentation


Skip Navigation Links.
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()