Group Abstract Group Abstract

Message Boards Message Boards

0
|
6.8K Views
|
3 Replies
|
0 Total Likes
View groups...
Share
Share this post:
GROUPS:

Simple (?) Problem finding a distance from a B Spline Surface

Posted 11 years ago
POSTED BY: Oliver D
3 Replies

I get the same problem (of course with different data)! I checked the bspline function with ParametricPlot3D to make sure there were no kinks, intersections or such that would spoof NArgMin (NMinimize). Also tried defining/submitting: func[u?NumericQ, v?NumericQ]:= Norm[...] to NArgMin to no avail.

POSTED BY: Frank Iannarilli
func[u_?NumericQ, v_?NumericQ] := Norm[srffn[u, v] - test]
POSTED BY: Frank Iannarilli
Posted 11 years ago

Thanks, Frank! Seems like a bug. All I can do is write a manual loop to minimze the distance from a test point to the surface. Back to low level programming! :-(

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