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

Method Closed

cadquery/occ_impl/shapes.py:868–872  ·  view source on GitHub ↗

:returns: The closedness flag

(self)

Source from the content-addressed store, hash-verified

866 return Vector(sum_wc.multiply(1.0 / total_mass))
867
868 def Closed(self) -> bool:
869 """
870 :returns: The closedness flag
871 """
872 return self.wrapped.Closed()
873
874 def ShapeType(self) -> Shapes:
875 return tcast(Shapes, shape_LUT[shapetype(self.wrapped)])

Callers 1

test_close_3D_pointsMethod · 0.80

Calls

no outgoing calls

Tested by 1

test_close_3D_pointsMethod · 0.64