Skip to content

Commit 8bc3457

Browse files
committed
removed auto flip
1 parent 511cc98 commit 8bc3457

File tree

1 file changed

+0
-2
lines changed
  • src/compas_rhino/geometry/brep

1 file changed

+0
-2
lines changed

src/compas_rhino/geometry/brep/brep.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -392,8 +392,6 @@ def from_native(cls, rhino_brep):
392392
"""
393393
brep = cls()
394394
brep._brep = rhino_brep
395-
if brep.volume < 0:
396-
brep.flip()
397395
return brep
398396

399397
@classmethod

0 commit comments

Comments
 (0)