Delete volume using point with VEX Wei-Xiang Chen included in Houdini 2021-03-26 32 words One minute views Contents volume wrangle: Delete volume using point with VEX volume wrangle: 1 2 3 4 5 6 int pt = nearpoint(1,@P); vector P = point(1,'P',pt); float radius = chf('radius'); float del = chramp('falloff',fit(distance(@P,P),chf('min'),radius,0,1)); @density*=del; @temperature*=del; Please enable JavaScript to view the comments powered by Valine.