Click or drag to resize
CVULCANTriangulationToView Method
Draw triangle edges in a Vulcan triangulation file to a 3D view in a map.

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

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Syntax
public static void TriangulationToView(
	string str1,
	CIPJ oIPJ2,
	CMVIEW oMVIEW3,
	string str4
)

Parameters

str1
Type: SystemString
Triangulation file
oIPJ2
Type: GeoEngine.Core.GXNetCIPJ
Triangulation projection
oMVIEW3
Type: GeoEngine.Core.GXNetCMVIEW
Destination MVIEW
str4
Type: SystemString
New group name
See Also