DG Kernel (ActiveX) Documentation


Skip Navigation Links.
Start page
Quick Start
Search Page
Installation
What is new
Upgrading Native Apps
Licensing
Expand ModelsModels
Collapse DG Kernel ControlsDG Kernel Controls
Expand API ReferenceAPI Reference
Expand Samples and TutorialsSamples and Tutorials
Expand GraphicsGraphics
Expand Math ObjectsMath Objects
Expand DeprecatedDeprecated
Redistribution
Model Viewer
Open Source
Support
Skip Navigation LinksHome Page > DG Kernel Controls > Interactive Functionality > View of DGK Control > 3D Background Go to DGKC docs Search Documentation


3D Background

3D Background is another form of Measurement Grid. It displays three planes in the background with colored grid on it.

See Patch sample for an example of programming its porperties.

To display 3D Background set Style Property of Mesurement Grid to 2:

DGKC conponent > GetView() > IView_DG > GetExtendedProperties() > IDictionary_DG > GetInterface("3DGrid", ...) > IContext_DG > SetIntParam(0, 2)

See Property Table about various options for displaying the grid

Warning: 3DBackground adds significant load on rendering performance. It should not be used for animation kind of functionality

See also Grid