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.GXNet
Assembly:  geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2024.2.0.25
Syntax
public static void TriangulationToView(
	string triangulation_file,
	CIPJ ipj,
	CMVIEW mview,
	string new_group_name
)

public static void TriangulationToView(
	string triangulation_file,
	CIPJ ipj,
	CMVIEW mview,
	string new_group_name
)

Parameters

triangulation_file
Type: SystemString
Triangulation file
ipj
Type: GeoEngine.Core.GXNetCIPJ
Triangulation projection
mview
Type: GeoEngine.Core.GXNetCMVIEW
Destination MVIEW
new_group_name
Type: SystemString
New group name
See Also