Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

7
  • $\begingroup$ PlotRange doesn't seem to be the issue. However, for reasons that I don't fully understand, removing the SplineWeights in your BSplineCurves improves the situation, but doesn't solve it completely. $\endgroup$ Commented Dec 9, 2015 at 2:17
  • $\begingroup$ @MarcoB yes is see that, better but still has wholes... weird! $\endgroup$ Commented Dec 9, 2015 at 5:09
  • $\begingroup$ Annoyingly, JoinedCurve[] does not play well with DiscretizeGraphics[]. $\endgroup$ Commented Dec 9, 2015 at 5:13
  • $\begingroup$ I don't now the exact answer but my guess is the problem is with line and BSplineCurve combination. The line is bounded piece wise linear primitive and BSplineCurve is a nonlinear primitive with an only approximation represented. If you try BoundaryDiscretizeGraphics you get an error saying 'BoundaryMeshRegion::buncl: At least one boundary was not closed in'. So the line and spline joined points does not overlap due to approximation of spline. $\endgroup$ Commented Dec 9, 2015 at 10:28
  • $\begingroup$ @s.s.o how can I fix that $\endgroup$ Commented Dec 10, 2015 at 19:47