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:
DGAX 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
|