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

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

Namespace: Geosoft.Desktop.GXNet
Assembly: geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll)
Syntax
public void GetTriangle(
	int i1,
	ref double d2,
	ref double d3,
	ref double d4,
	ref double d5,
	ref double d6,
	ref double d7
)

Parameters

i1
Type: SystemInt32
triangle index [0...N-1]
d2
Type: SystemDouble
X0
d3
Type: SystemDouble
Y0
d4
Type: SystemDouble
X1
d5
Type: SystemDouble
Y1
d6
Type: SystemDouble
X2
d7
Type: SystemDouble
Y2
See Also