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