MCPcopy Index your code
hub / github.com/CadQuery/cadquery / _endPoint

Method _endPoint

cadquery/sketch.py:789–796  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

787 return e.startPoint()
788
789 def _endPoint(self) -> Vector:
790
791 if not self._edges:
792 raise ValueError("No free edges available")
793
794 e = self._edges[-1]
795
796 return e.endPoint()
797
798 def edge(
799 self: T, val: Edge, tag: Optional[str] = None, forConstruction: bool = False

Callers 4

segmentMethod · 0.95
arcMethod · 0.95
closeMethod · 0.95
test_miscFunction · 0.80

Calls 1

endPointMethod · 0.80

Tested by 1

test_miscFunction · 0.64