Click or drag to resize

CSURFACEAppendVulcanTriangulation Method

Create new surface from a Maptek Vulcan triangulation file and add to an existing geosurface.

Namespace:  GeoEngine.Core.GXNet
Assembly:  geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2024.2.0.25
Syntax
public static void AppendVulcanTriangulation(
	string triangulation_file,
	CIPJ ipj,
	string surface_file
)

public static void AppendVulcanTriangulation(
	string triangulation_file,
	CIPJ ipj,
	string surface_file
)

Parameters

triangulation_file
Type: SystemString
00t file
ipj
Type: GeoEngine.Core.GXNetCIPJ
surface_file
Type: SystemString
Geosurface file
See Also