User Portlet User Portlet

Bryan Lettner
Discussions
Hmm I think it may be embarassingly parallel, not sure.  My code is a RegionPlot3D with thousands of inequalities defining many small regions bounded by planes, shown below.  I just tried parallelizing it and got :[mcode]Parallelize[ ...
For 3D rendering purposes and minimizing .stl file size,  I need to generate an object with different values of PlotPoints and MaxRecursion for different parts of its geometry.  For example, I want to define a shelled sphere with a groove cut...
I am not sure how the /@  and @ work in the solution above.  Is there a tutorial that explains @ and /@ ?
Thanks, found the same answer on my own.  Should have looked harder first, my bad.  MaxRecursion must be 9 or higher for my plot to look proper.
I seek to define a 2d region and revolve it around a 3d parametric curve to make a solid, for exporting as an stl file.  The curve can be seen in the ParametricPlot3D line below.  The 2d region is not shown, but it's basically a segment of a ring...
thank you both very much!  i will spikey in the future
Thanks Ilian.  Works well
Thank you Bill.  Works great.