Click or drag to resize

C3DC Class

This is a 3D container class which facilitates rendering a 3D viewport to controls. To be used in tandem with the Geosoft.View3D.View class present in geoengine.3dv.csharp. Creation of the 3D container is facilitated through Create_3DC, and disposal through the instance method Destroy_3DC.
Inheritance Hierarchy

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

public class C3DC : CHANDLE

The C3DC type exposes the following members.

Methods
  NameDescription
Public methodStatic memberCreate
Create a 3D view container which can be used to instantiate a full 3D View.
Public methodDestroyInternal
Destroys a 3D container object and cleans up any unmanaged resources.
Public methodGetGeoView
Retrieves the GeoView associated with the 3D container.
Top
See Also