Click or drag to resize

CSURFACE Class

The SURFACE class allows you to create, read and alter Geosurface files (*.geosoft_surface). A Geosurface file can contain one or more surface items (see SURFACEITEM class). In turn each item can contains one or more triangular polyhedral meshes.
Inheritance Hierarchy

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

public class CSURFACE : CHANDLE

The CSURFACE type exposes the following members.

Methods
  NameDescription
Public methodAddSurfaceItem
Add a new surface item to the SURFACE
Public methodStatic memberAppendVulcanTriangulation
Create new surface from a Maptek Vulcan triangulation file and add to an existing geosurface.
Public methodStatic memberCRC
Compute an XML CRC of a Geosurface file.
Public methodStatic memberCreate
Create a new Geosurface file
Public methodStatic memberCreateFromDXF
Create Geosurface file from DXF file.
Public methodStatic memberCreateFromVulcanTriangulation
Create Geosurface file from a Maptek Vulcan triangulation file.
Protected methodDispose
Releases the unmanaged resources used by the CSURFACE and optionally releases the managed resources
(Overrides CHANDLEDispose(Boolean).)
Public methodStatic memberDumpGeometryToTextFile
Dump surface geometry to a text file.
Public methodStatic memberGetClosedSurfaceNames
Get the names of closed surface items in a Geosurface file (may return an empty list)
Public methodGetExtents
Get the spatial range of all surface items.
Public methodGetIPJ
Get the coordinate system of the SURFACE.
Public methodGetSurfaceItem
Get the an existing surface item from the SURFACE
Public methodGetSurfaceItems
Get the surfaces items in a Geosurface file
Public methodStatic memberGetSurfaceNames
Get the surface item names in a Geosurface file
Public methodStatic memberOpen
Open a Geosurface file
Public methodSetIPJ
Change the coordinate system of the SURFACE.
Public methodStatic memberSync
Syncronize the Metadata for this Geosurface
Top
See Also