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
License: Available to anyone with an Oasis Montaj license.  

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.dll)
Syntax
public static void TriangulationToView(
	CGXNETCore gxNetShared,
	string triangulation_file,
	CIPJ ipj,
	CMVIEW mview,
	string new_group_name
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
triangulation_file
Type: SystemString
Triangulation file
ipj
Type: GeoEngine.Core.GXNetXCIPJ
Triangulation projection
mview
Type: GeoEngine.Core.GXNetXCMVIEW
Destination MVIEW
new_group_name
Type: SystemString
New group name
See Also