Skip to main content
Tweeted twitter.com/StackMma/status/851763655595130880
edited tags
Link
edited title
Link
David G. Stork
  • 43.3k
  • 4
  • 40
  • 112

Documentation ParametricRegion example from documentation not running

Source Link

Documentation example not running

I tried running a piece of code in the examples listed in Scope in https://reference.wolfram.com/language/ref/ParametricRegion.html and it gives an error.

I tried running the below code to get a conical surface:

DiscretizeRegion[
ParametricRegion[
{h Cos[\[Theta]], h Sin[\[Theta]],h},
{{\[Theta], 0, 2 \[Pi]}, {h, 0, 3}}
]]

and I get the below error:

DiscretizeRegion::drf: "DiscretizeRegion was unable to discretize the region ParametricRegion[<<2>>]

I am running Mathematica 10.4.1.0 on Windows (64-bit)

Could you please help me diagnose the issue here?