Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/CadQuery/cadquery
/ add
Method
add
cadquery/occ_impl/geom.py:152–153 ·
view source on GitHub ↗
(self, v: "Vector")
Source
from the content-addressed store, hash-verified
150
return
self.sub(v)
151
152
def
add(self, v:
"Vector"
) ->
"Vector"
:
153
return
Vector(self.wrapped.Added(v.wrapped))
154
155
def
__add__(self, v:
"Vector"
) ->
"Vector"
:
156
return
self.add(v)
Callers
8
sagittaArc
Method · 0.95
extrudeLinearWithRotation
Method · 0.95
__add__
Method · 0.95
CombinedCenter
Method · 0.45
CombinedCenterOfBoundBox
Method · 0.45
add_layer
Method · 0.45
_process_label
Function · 0.45
_importDoc
Function · 0.45
Calls
1
Vector
Class · 0.85
Tested by
no test coverage detected