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

Method __add__

cadquery/occ_impl/geom.py:155–156  ·  view source on GitHub ↗
(self, v: "Vector")

Source from the content-addressed store, hash-verified

153 return Vector(self.wrapped.Added(v.wrapped))
154
155 def __add__(self, v: "Vector") -> "Vector":
156 return self.add(v)
157
158 def multiply(self, scale: float) -> "Vector":
159 """Return a copy multiplied by the provided scalar"""

Callers

nothing calls this directly

Calls 1

addMethod · 0.95

Tested by

no test coverage detected