Click or drag to resize
CTINGetTriangles Method
Get the triangle nodes.

Available since Oasis montaj version: 8.4
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 GetTriangles(
	CVV tri_vv_pt1,
	CVV tri_vv_pt2,
	CVV tri_vv_pt3
)

Parameters

tri_vv_pt1
Type: GeoEngine.Core.GXNetXCVV
Node 1 VV
tri_vv_pt2
Type: GeoEngine.Core.GXNetXCVV
Node 2 VV
tri_vv_pt3
Type: GeoEngine.Core.GXNetXCVV
Node3 VV
See Also