Skip to content

Commit 877f53c

Browse files
committed
use latest functions
1 parent 2d36aa3 commit 877f53c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/compas_occ/brep/breploop.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ def occ_wire(self, loop: TopoDS.TopoDS_Wire) -> None:
148148

149149
@property
150150
def is_valid(self) -> bool:
151-
return BRepAlgo.brepalgo_IsValid(self.occ_wire)
151+
return BRepAlgo.brepalgo.IsValid(self.occ_wire)
152152

153153
@property
154154
def vertices(self) -> List[OCCBrepVertex]:

0 commit comments

Comments
 (0)