Click or drag to resize

CVULCANTriangulationToView Method

Draw triangle edges in a Vulcan triangulation file to a 3D view in a map.

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

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