Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/CadQuery/cadquery
/ sub
Method
sub
cadquery/occ_impl/geom.py:146–147 ·
view source on GitHub ↗
(self, v: "Vector")
Source
from the content-addressed store, hash-verified
144
return
self.wrapped.Dot(v.wrapped)
145
146
def
sub(self, v:
"Vector"
) ->
"Vector"
:
147
return
Vector(self.wrapped.Subtracted(v.wrapped))
148
149
def
__sub__(self, v:
"Vector"
) ->
"Vector"
:
150
return
self.sub(v)
Callers
8
sagittaArc
Method · 0.95
radiusArc
Method · 0.95
__sub__
Method · 0.95
dist
Method · 0.80
_isCoPlanar
Method · 0.80
ellipseArc
Method · 0.80
close
Method · 0.80
testExtrude
Method · 0.80
Calls
1
Vector
Class · 0.85
Tested by
1
testExtrude
Method · 0.64