Page 1 of 1

3D surface mesh, coloring and contouring by value

Posted: Tue Aug 02, 2016 6:57 pm
by ArctionPasi
Hiya all,

LightningChart v.7.1 comes with value-based coloring and contouring features for SurfaceGrid and SurfaceMesh series. I made a couple of examples, how to make a geometry of pipe, use SurfaceMeshSeries3D and show some data on it, e.g. temperature.

WPF (Semi-bindable):
WpfValueBasedSurfaceMeshPipe.zip
WPF C# surface mesh project
(10.25 KiB) Downloaded 896 times
WinForms:
WinFormsValueBasedSurfaceMeshPipe.zip
Winforms C# surface mesh project
(11.95 KiB) Downloaded 929 times
Zoomed out
Zoomed out
ValueBasedSurfacePipe.jpg (224.46 KiB) Viewed 11601 times
Zoomed inside pipe
Zoomed inside pipe
ValueBasedSurfacePipe2.jpg (371.59 KiB) Viewed 11601 times

Re: 3D surface mesh, coloring and contouring by value

Posted: Wed Aug 03, 2016 7:22 am
by adam.edwards
Awesome. Thanks.