MCPcopy
hub / github.com/CadQuery/cadquery / IsClosed

Method IsClosed

cadquery/occ_impl/shapes.py:2337–2339  ·  view source on GitHub ↗
(self: Mixin1DProtocol)

Source from the content-addressed store, hash-verified

2335 return circ.Radius()
2336
2337 def IsClosed(self: Mixin1DProtocol) -> bool:
2338
2339 return BRep_Tool.IsClosed_s(self.wrapped)
2340
2341 def _curve_and_param(
2342 self: Mixin1DProtocol, d: float, mode: ParamMode

Callers 15

distributeMethod · 0.80
sampleMethod · 0.80
closeMethod · 0.80
closeMethod · 0.80
filletMethod · 0.80
VerticesMethod · 0.80
makeFromWiresMethod · 0.80
edgeOnFunction · 0.80
_dxf_circleMethod · 0.80
test_hullFunction · 0.80
testSplineMethod · 0.80

Calls

no outgoing calls

Tested by 12

test_hullFunction · 0.64
testSplineMethod · 0.64
testMakeEllipseMethod · 0.64
testSplineApproxMethod · 0.64
testEdgeWireCloseMethod · 0.64
test_faceOnFunction · 0.64
test_polygonFunction · 0.64
test_rectFunction · 0.64
test_circleFunction · 0.64
test_ellipseFunction · 0.64
test_projectFunction · 0.64