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

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

The CSURFACEITEM type exposes the following members.

Methods
  NameDescription
Public methodAvailable to anyoneComputeExtendedInfo
Compute more information (including validation) about of all mesh components in the surface item.
Public methodAvailable to anyoneStatic memberCreate
Create a SURFACEITEM
Protected methodDispose
Releases the unmanaged resources used by the CSURFACEITEM and optionally releases the managed resources
(Overrides CHANDLEDispose(Boolean).)
Public methodAvailable to anyoneGetDefaultRenderProperties
Gets default render properties of the surface item.
Public methodAvailable to anyoneGetExtents
Get the spatial range of the the surface item.
Public methodAvailable to anyoneGetGeometryInfo
Get the total number of vertices and triangles of all mesh components in item.
Public methodAvailable to anyoneGetGUID
Gets the GUID of the surface item.
Public methodAvailable to anyoneGetInfo
Gets information about the surface item.
Public methodAvailable to anyoneGetMesh
Gets a triangular polyhedral mesh of a component in the surface item.
Public methodAvailable to anyoneGetMeshInfo
Gets information about a triangular polyhedral mesh component in the surface item.
Public methodAvailable to anyoneGetProperties
Gets the properties of the surface item.
Public methodAvailable to anyoneGetPropertiesEx
Gets the properties of the surface item (includes new properties introduced in 8.5).
Public methodAvailable to anyoneiAddMesh
Adds a triangular polyhedral mesh component to the surface item.
Public methodAvailable to anyoneiNumComponents
Get the number of components in the surface item.
Public methodAvailable to anyoneSetDefaultRenderProperties
Sets default render properties of the surface item.
Public methodAvailable to anyoneSetProperties
Sets the properties of the surface item.
Public methodAvailable to anyoneSetPropertiesEx
Sets the properties of the surface item (includes new properties introduced in 8.5).
Top
See Also