 | 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
Syntaxpublic class C3DC : CHANDLE
public class C3DC : CHANDLE
Public Class C3DC
Inherits CHANDLE
Public Class C3DC
Inherits CHANDLE
public ref class C3DC : public CHANDLE
public ref class C3DC : public CHANDLE
type C3DC =
class
inherit CHANDLE
end
type C3DC =
class
inherit CHANDLE
end
The C3DC type exposes the following members.
Methods
| Name | Description |
---|
  | Create | Create a 3D view container which can be used to instantiate a full 3D View. |
 | DestroyInternal | Destroys a 3D container object and cleans up any unmanaged resources. |
 | GetGeoView | Retrieves the GeoView associated with the 3D container. |
Top
See Also