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.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntax
public static void AppendVulcanTriangulation(
	CGXNETCore gxNetShared,
	string triangulation_file,
	CIPJ ipj,
	string surface_file
)

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

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
triangulation_file
Type: SystemString
00t file
ipj
Type: GeoEngine.Core.GXNetXCIPJ
surface_file
Type: SystemString
Geosurface file
See Also