DGKC Control Documentation


Skip Navigation Links.
Skip Navigation LinksHome Page > Views > 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