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 related to the MVIEW class.
Inheritance Hierarchy

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

public class C3DN : CHANDLE

The C3DN type exposes the following members.

Methods
  NameDescription
Public methodCopy
Copy one 3DN object to another.
Public methodStatic memberCreate
Creates a 3DN.
Protected methodDispose
Releases the unmanaged resources used by the C3DN and optionally releases the managed resources
(Overrides CHANDLEDispose(Boolean).)
Public methodGetPointOfView
Get location of the point we are looking from
Public methodGetScale
Get the axis relative scales.
Public methodiGetAxisColor
Get the Axis draw color
Public methodIGetAxisFont(String)
Get the Axis font
Public methodIGetAxisFont(String, Int32)
Get the Axis font
Public methodiGetBackgroundColor
Get the window background color
Public methodIGetRenderControls(Int32, Int32, String, String, String)
Get the rendering controls
Public methodIGetRenderControls(Int32, Int32, String, Int32, String, Int32, String, Int32)
Get the rendering controls
Public methodiGetShading
Set the shading control on or off
Public methodSetAxisColor
Set the Axis draw color
Public methodSetAxisFont
Set the Axis font
Public methodSetBackgroundColor
Set the window background color
Public methodSetPointOfView
Set location of the point we are looking from
Public methodSetRenderControls
Set the rendering controls
Public methodSetScale
Set the axis relative scales.
Public methodSetShading
Set the shading control on or off
Top
See Also