Click or drag to resize

CTINGetTriangle Method

Get the locations of the vertices of a specific triangle

Namespace:  Geosoft.Desktop.GXNetX
Assembly:  geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2024.2.0.25
Syntax
public void GetTriangle(
	int index,
	ref double x0,
	ref double y0,
	ref double x1,
	ref double y1,
	ref double x2,
	ref double y2
)

public void GetTriangle(
	int index,
	ref double x0,
	ref double y0,
	ref double x1,
	ref double y1,
	ref double x2,
	ref double y2
)

Parameters

index
Type: SystemInt32
Triangle index [0...N-1]
x0
Type: SystemDouble
X0
y0
Type: SystemDouble
Y0
x1
Type: SystemDouble
X1
y1
Type: SystemDouble
Y1
x2
Type: SystemDouble
X2
y2
Type: SystemDouble
Y2
See Also