Click or drag to resize
CSURFACECreateFromVulcanTriangulation Method
Create Geosurface file from a Maptek Vulcan triangulation file.

Available since Oasis montaj version: 8.4
License: Available to anyone with an Oasis Montaj license.  

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.dll)
Syntax
public static void CreateFromVulcanTriangulation(
	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