Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

2
  • 1
    $\begingroup$ +1. Very nice. Probably to get bread one would have to model the tension in the dough. $\endgroup$ Commented Jun 4, 2013 at 16:02
  • $\begingroup$ Some changes are necessary to make this work in current versions: nf = Nearest[pts -> "Distance"]; rr[t_, h_][x_?NumberQ, y_?NumberQ, z_?NumberQ] := (#1 > t || #2 - #1 < h) & @@ nf[{x, y, z}, 2]; RegionPlot3D[rr[3/10, 1/20][x, y, z], {x, -1, 1}, {y, -1, 1}, {z, -1, 1}, Axes -> None, Boxed -> False, BoxRatios -> Automatic, Mesh -> None, PlotPoints -> 50, PlotStyle -> ColorData[97, 2]] $\endgroup$ Commented May 10, 2020 at 4:42