Skip to content

Commit f1e19a3

Browse files
committed
remove temp
1 parent a8e1ed0 commit f1e19a3

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

src/compas_occ/brep/brep.py

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -344,13 +344,6 @@ def solids(self) -> list["OCCBrep"]:
344344
self._solids = solids
345345
return self._solids
346346

347-
@property
348-
def naked_edges(self) -> list[OCCBrepEdge]:
349-
naked_edges = []
350-
# see ShapeAnalysis_FreeBounds.GetOpenWires()
351-
# see ShapeAnalysis_FreeBounds.GetClosedWires()
352-
return naked_edges
353-
354347
# ==============================================================================
355348
# Geometric Properties
356349
# ==============================================================================

0 commit comments

Comments
 (0)