Group Abstract Group Abstract

Message Boards Message Boards

Get a 3D region plot of 3d-model for printing?

Posted 9 years ago
POSTED BY: Patrick Skerpon
3 Replies

Thank you! I knew it had to be something minor my eyes were missing. Thanks for the catch.

POSTED BY: Patrick Skerpon

Apparently it was major...

POSTED BY: Sander Huisman

Patrick,

You need parenthesis around expressions when you use &&. It takes priority over other operators.

RegionPlot3D[(-96.3 <= x <= 96.3) && (Sqrt[3]/3*Abs[x] - 103.74 <= 
    y <= 103.74 - Sqrt[3]/3*Abs[x]) && (0 <= z <= 
    Sqrt[(103.74 - 1/3 Sqrt[3] Abs[x])^2 - y^2]), {x, -97, 
  97}, {y, -104, 104}, {z, 0, 104}]

Regards

POSTED BY: Neil Singer
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard