Message Boards Message Boards

0
|
3538 Views
|
2 Replies
|
2 Total Likes
View groups...
Share
Share this post:

Export plot to stl?

Posted 3 years ago

Hello friends!

Does anyone know how I can skip the Element ball to Export the mesh inside the ball? If I export this I only get a sphere instead of that's inside the Ball. I only want the mesh inside the sphere.

Thank you!

CODE: ContourPlot3D[ x^3 + y^2 - z^2, {x, y, z} [Element] Ball[{0, 0, 0}, 3]]

Attachment

Attachments:
POSTED BY: Ricardo Canedo
2 Replies

Ricardo,

you just need to set the option RegionBoundaryStyle to None:

ContourPlot3D[x^3 + y^2 - z^2, {x, y, z} \[Element] Ball[{0, 0, 0}, 3], RegionBoundaryStyle -> None]
POSTED BY: Henrik Schachner
Posted 3 years ago

Henrik....you da man! So simple yet not so obvious. At least for me.

Thank you so much!

POSTED BY: Ricardo Canedo
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