Skip to content

Commit 83c747a

Browse files
committed
removed unused class
1 parent 572f236 commit 83c747a

File tree

1 file changed

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

1 file changed

+0
-10
lines changed

src/compas_rhino/geometry/brep/trim.py

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,6 @@
55
import Rhino
66

77

8-
class TrimType:
9-
UNKNOWN = 0
10-
BOUNDARY = 1
11-
MATED = 2
12-
SEAM = 3
13-
SINGULAR = 4
14-
CURVE_ON_SURFACE = 5
15-
POINT_ON_SURFACE = 6
16-
17-
188
class RhinoBrepTrim(BrepTrim):
199
"""An interface for a Brep Trim
2010

0 commit comments

Comments
 (0)