Message Boards Message Boards

0
|
5052 Views
|
1 Reply
|
0 Total Likes
View groups...
Share
Share this post:

Combining multiple RegionPlot3D regions

Posted 10 years ago
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 out of it.  The inside and outside surfaces of the sphere can be low resolution (Plotpoints -> low , MaxRecursion -> low ), but the equation-driven groove needs to be high resolution.  This cannot be achieved in a single RegionPlot3D[.....] command, so I tried using "Show", and excluding the groove region from the shell region using "not", but it doesn't work:
sphereshell = RegionPlot3D[.....,PlotPoints->10,MaxRecursion->1]
groove = RegionPlot3D[.....,PlotPoints->1000,MaxRecursion->15]
Show[sphereshell,\[Not]groove]
Any ideas?
POSTED BY: Bryan Lettner
Sometimes it helps to reverse the order of entries in Show.
POSTED BY: S M Blinder
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard

Group Abstract Group Abstract