You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please remove if this is not relevant to the discussion here. @anilyil is there a way to change that tolerance? I keep getting this error " Warning: 2304 point(s) not projected to tolerance: 1e-12. Max Error: 0.5 ; RMS Error: 0.20729" for a 3D cylinder like object created custom. I could not find if there are some workaround for this. Thanks!
Description of feature
Once the PR mdolab/pyspline#47 is merged, the pyspline projection will use the same tolerance used to check if a point is inside the volume or not. With this change, we can remove the additional
embTol
in theattachPoints
method inpyBlock
: https://github.com/mdolab/pygeo/blob/main/pygeo/pyBlock.py#L775Potential solution
We can default to just using
eps
both in the projection solver and for checking if a point successfully projected or not.The text was updated successfully, but these errors were encountered: