DG Kernel Documentation


Skip Navigation Links.
Start page
Quick Start
Search Page
Installation
Overview of the software
What is new
Licensing
Expand ModelsModels
Collapse DG Kernel ComponentsDG Kernel Components
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 Components > Interactive Functionality > View of DGK Control > 3D Background 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:

DG Kernel conponent > GetView() > IPropertyArray > IPropertyArray.GetProperty("3DGrid", ...) > IKCContext > 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