We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 937da8e commit b273650Copy full SHA for b273650
src/compas_rhino/geometry/brep/face.py
@@ -24,8 +24,6 @@ class RhinoBrepFace(BrepFace):
24
25
"""
26
27
- TOLERANCE = 1e-6
28
-
29
def __init__(self, rhino_face=None):
30
super(RhinoBrepFace, self).__init__()
31
self._loops = None
0 commit comments