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....



Reset


Unit:SDL_plot3d
Class: TPlot3D
Declaration: procedure Reset;

The method Reset resets the magnification factor, the various scaling factors and angles, and the position of the surface plot to their initial states:

CentX, CentY CentX and CentY are set to the center point of the surface plot window, thus centering the 3D surface.
ScaleFactX, ScaleFactY, ScaleFactZ 1.0
Magnification 1.0
ViewAngleX 66 degrees
ViewAngleZ 135 degrees

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



Last Update: 2023-Dec-13