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

Method close

cadquery/sketch.py:955–962  ·  view source on GitHub ↗

Connect last edge to the first one.

(self: T, tag: Optional[str] = None)

Source from the content-addressed store, hash-verified

953 return self.edge(val, tag, forConstruction)
954
955 def close(self: T, tag: Optional[str] = None) -> T:
956 """
957 Connect last edge to the first one.
958 """
959
960 self.segment(self._endPoint(), self._startPoint(), tag)
961
962 return self
963
964 def assemble(self: T, mode: Modes = "a", tag: Optional[str] = None) -> T:
965 """

Callers

nothing calls this directly

Calls 3

segmentMethod · 0.95
_endPointMethod · 0.95
_startPointMethod · 0.95

Tested by

no test coverage detected