If an edge cannot be flipped, issue a warning and approximate it through straight line segments.
This commit is contained in:
committed by
Yorik van Havre
parent
6e83baf1df
commit
478829510e
@@ -507,6 +507,8 @@ def flipEdge(edge):
|
||||
|
||||
return Part.Edge(flipped)
|
||||
|
||||
PathLog.warning(translate('PathGeom', "%s not support for flipping") % type(edge.Curve))
|
||||
|
||||
def flipWire(wire):
|
||||
'''Flip the entire wire and all its edges so it is being processed the other way around.'''
|
||||
edges = [flipEdge(e) for e in wire.Edges]
|
||||
|
||||
Reference in New Issue
Block a user