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
I want to stretch or extrude the edges of an open mesh surface. Currently, I’m trying to find all edge points directly and stretch them to a new height, but the stretched model encounters errors with following clip or boolean_operation, indicating Unauthorized intersections of constraints error. And it cannot be repaired by remove_self_intersections.
My questions are:
Is there a better way to stretch or extrude the edges?
Is there a way to fix intersections to enable successful clip or boolean_operation?
CGAL 5.6.2
I want to stretch or extrude the edges of an open mesh surface. Currently, I’m trying to find all edge points directly and stretch them to a new height, but the stretched model encounters errors with following
clip
orboolean_operation
, indicatingUnauthorized intersections of constraints
error. And it cannot be repaired byremove_self_intersections
.My questions are:
clip
orboolean_operation
?test.stl
after extrude
The text was updated successfully, but these errors were encountered: