Click or drag to resize

CVULCAN Class

The VULCAN class is used for importing Maptek® Vulcan block and triangulation files.
Inheritance Hierarchy
SystemObject
  GeoEngine.Core.GXNetXCVULCAN

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntax
public static class CVULCAN

public static class CVULCAN

The CVULCAN type exposes the following members.

Methods
  NameDescription
Public methodStatic memberBlockModelToVoxel
Create a Geosoft voxel file from a Vulcan block model file.
Public methodStatic memberGetBlockModelStringVariableValues
Query a block model for the values a string variable can assume.
Public methodStatic memberGetBlockModelVariableInfo
Query a block model for the variable names and descriptions.
Public methodStatic memberIsValidBlockModelFile
Check if the given file can be opened as a Vulcan block model file.
Public methodStatic memberIsValidTriangulationFile
Check if the given file can be opened as a Vulcan triangulation file.
Public methodStatic memberTriangulationToView
Draw triangle edges in a Vulcan triangulation file to a 3D view in a map.
Top
See Also