DGKC Control Documentation


Skip Navigation Links.
Start page
Quick Start
Search Page
Installation
What is new
Licensing
Expand ModelsModels
Collapse DG Kernel ControlDG Kernel Control
Expand API ReferenceAPI Reference
Expand Samples and TutorialsSamples and Tutorials
Expand GraphicsGraphics
Expand Math ObjectsMath Objects
Expand DeprecatedDeprecated
Redistribution
Model Viewer
Support
Skip Navigation LinksHome Page > DG Kernel Control > Interactive Functionality > View of DGK Control > 3D Background Go to ActiveX 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