Click or drag to resize
C3DN Class
This class manages the rendering of a 3D view. It allows the positioning of the camera, specification of the zoom as well as some rendering controls for the axis. It is directly releated to the MVIEW class.
Inheritance Hierarchy

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

The C3DN type exposes the following members.

Methods
  NameDescription
Public methodAvailable to anyoneCopy
Copy one 3DN object to another.
Public methodAvailable to anyoneStatic memberCreate
Creates a 3DN.
Protected methodDispose
Releases the unmanaged resources used by the C3DN and optionally releases the managed resources
(Overrides CHANDLEDispose(Boolean).)
Public methodAvailable to anyoneGetPointOfView
Get location of the point we are looking from
Public methodAvailable to anyoneGetScale
Get the axis relative scales.
Public methodAvailable to anyoneiGetAxisColor
Get the Axis draw color
Public methodAvailable to anyoneIGetAxisFont
Get the Axis font
Public methodAvailable to anyoneiGetBackgroundColor
Get the window background color
Public methodAvailable to anyoneIGetRenderControls
Get the rendering controls
Public methodAvailable to anyoneiGetShading
Set the shading control on or off
Public methodAvailable to anyoneSetAxisColor
Set the Axis draw color
Public methodAvailable to anyoneSetAxisFont
Set the Axis font
Public methodAvailable to anyoneSetBackgroundColor
Set the window background color
Public methodAvailable to anyoneSetPointOfView
Set location of the point we are looking from
Public methodAvailable to anyoneSetRenderControls
Set the rendering controls
Public methodAvailable to anyoneSetScale
Set the axis relative scales.
Public methodAvailable to anyoneSetShading
Set the shading control on or off
Top
See Also