Creating Void Volume

example.cub5 (107.3 KB)

Hi Team,

What would be the fastest way to create a volume in a void in between two non-overlapping volumes? In my case I need to create a third volume in between the volume 2 and 4 (file attached).

Many thanks,
Ondrej

Hi @omuransky,
you could create a tight bounding box and subtract the two volumes.

open "example.cub5"
create brick bounding box Volume 4 tight 
subtract volume 2 4 from volume 5 keep_tool 
split body 5
delete vol 6
draw vol 7

1 Like