The SDL Component Suite is an industry leading collection of components supporting scientific and engineering computing. Please visit the SDL Web site for more information....



BoundBoxStyle


Unit:SDL_plot3d
Class: TPlot3D
Declaration: property BoundBoxStyle: TBoundingBox;

The property BoundBoxStyle defines the styles for the bounding box:

bbNone No bounding box displayed.
bbFrame Wire frame cube. The colors of the wire frame are determined by the properties ColorCubeFrame and ColorCubeHidLin.
bbFaces Cube with transparent colored faces; the colors of the faces are adjusted according to the orientation of the particular face by interpolating between two limiting colors. The limits of the colors can be set by the properties ColorCubeFaceLow and ColorCubeFaceHigh.

Example: This property is used in the following example program (see http://www.lohninger.com/examples.html for downloading the code): plotit3d



Last Update: 2023-Dec-13