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.GXNetCVULCAN

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Syntax
public static class CVULCAN

The CVULCAN type exposes the following members.

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