Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/CadQuery/cadquery
/ __sub__
Method
__sub__
cadquery/occ_impl/geom.py:149–150 ·
view source on GitHub ↗
(self, v: "Vector")
Source
from the content-addressed store, hash-verified
147
return
Vector(self.wrapped.Subtracted(v.wrapped))
148
149
def
__sub__(self, v:
"Vector"
) ->
"Vector"
:
150
return
self.sub(v)
151
152
def
add(self, v:
"Vector"
) ->
"Vector"
:
153
return
Vector(self.wrapped.Added(v.wrapped))
Callers
nothing calls this directly
Calls
1
sub
Method · 0.95
Tested by
no test coverage detected