// Bake a horizontal slice at z = 1.5 m (work-plane height). constslice = xeokit.presentations.volumeOverlay.buildVolumeSlicePlane( scene, grid, {axis:"z", position:1.5} );
Other builders use the same data primitive: the VoxelGrid
stays the same, while the builder selects the output geometry.
Volume Overlays
3D scalar-field overlays for AECO scenes. Use these for fields such as CFD, thermal simulation, acoustic SPL, or sensor interpolation.
A VoxelGrid carries scalar data on a regular 3D lattice. The builders bake views of that data into SceneModels:
Usage
Other builders use the same data primitive: the VoxelGrid stays the same, while the builder selects the output geometry.