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



MeshVisible


Unit:SDL_plot3d
Class: TPlot3D
Declaration: property MeshVisible: boolean;

The mesh of the 3D surface is visible if the property MeshVisible is set to TRUE.

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

Hint: Due to a bug in Delphi 2005 (.NET only) the mesh cannot be made invisible. This bug occurs only under the .NET environment, under Win32 the property MeshVisible works as expected.

As a work-around you can make the mesh invisible by setting the mesh color to the same color as the ColorHigh property.



Last Update: 2023-Dec-14