Click or drag to resize
CTINGetTriangle Method
Get the locations of the vertices of a specific triangle

Available since Oasis montaj version: 5.0
License: Available to anyone with an Oasis Montaj license.  

Namespace: Geosoft.Desktop.GXNetX
Assembly: geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll)
Syntax
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