TSurfacePlot3d

From Lazarus wiki
Jump to navigationJump to search

About

TSurfacePlot3D is a 3D plotting control like 2D-plotting TFunctionPlot

Usage

The main differences: 1. No numeric marks now. Only axes (if DrawAxes property is true) 2. MinZ and MaxZ are added. AutoSizeZ property can ajust them automatically 3. Function is made by OnSurfaceCall event where user must set output variable (z) depending on x and y.


Screenshot

Here is an exemple of My Component.

Author

License

modified LGPL (same as the FPC RTL and the Lazarus LCL). You can contact the author if the modified LGPL doesn't work with your project licensing.

Change Log

  • Version 0.0.4 of plots package

Dependencies / System Requirements

  • None

Status: Alpha


Installation

  • Install plots.lpk