Group Abstract Group Abstract

Message Boards Message Boards

0
|
6.2K Views
|
4 Replies
|
2 Total Likes
View groups...
Share
Share this post:

Is this a bug in ParametricRegion?

Posted 11 years ago
POSTED BY: W. Craig Carter
4 Replies

Sorry Craig, my mistake. You can get a Region by using:

g = ParametricPlot[spl[t], {t, 0, 1}]
gRegion = DiscretizeGraphics[g]

That works as a region. For example:

ArcLength[gRegion]

The strange result is simply due to evaluation:

In[3]:= First[foo[bar][t]]

Out[3]= t

ParametricRegion isn't going to be very useful without an explicit symbolic formula. You can get a MeshRegion, however:

DiscretizeGraphics[BSplineCurve[pts]]
POSTED BY: Ilian Gachevski
POSTED BY: W. Craig Carter

Have you looked at the plot of spl? Is that what was intended? It looks like the problem is in the spline function.

enter image description here

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