JuliaGeometry / Meshes.jl

Computational geometry and meshing algorithms in Julia
https://juliageometry.github.io/MeshesDocs/stable
Other
376 stars 80 forks source link

Add `Within` transform to retain geometries within box #887

Closed juliohm closed 2 weeks ago

juliohm commented 1 month ago

The syntax can use ranges Within(xmin:xmax, ymin:ymax, zmin:zmax) for example. All geometries within the box are retained.