Menu

3D Density Plot

Physics
Anonymous
2022-03-30
2022-04-06
  • Anonymous

    Anonymous - 2022-03-30

    Hi,

    does anyone know if it's possible with GlScene to create 3D density plots lie it's possible in Mathematica?
    https://reference.wolfram.com/language/ref/DensityPlot3D.html

    We want to use this with Delphi.
    Actually we can create such views with the help of Python and Python4Delphi. https://docs.enthought.com/mayavi/mayavi/mlab_case_studies.html

    This works but I would like to have more control over the view with Delphi in my own app.

    Best regards
    NIck

     
  • Pavel Vassiliev

    Pavel Vassiliev - 2022-04-06

    Hi Anonymous,
    Yes, it's possible to create 3d density plots for ScalarValues and ScalarFields using TGLIsoSurfaceExtractor for FreeForms or Meshes from GLS. IsoSurface unit.
    Look at examples, e.g. in https://sourceforge.net/p/glscene/code/HEAD/tree/branches/Examples/Geometry/Isosurfaces/
    You may use your own ScalarValues as analytic functions or from a file after an interpolation of scatterred data to 3d grids.

     

    Last edit: Pavel Vassiliev 2022-04-06

Anonymous
Anonymous

Add attachments
Cancel