Click or drag to resize

CSURFACECreateFromVulcanTriangulation Method

Create Geosurface file from a Maptek Vulcan triangulation file.

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

public static void CreateFromVulcanTriangulation(
	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