MCPcopy
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

sagittaArcMethod · 0.95
radiusArcMethod · 0.95
__sub__Method · 0.95
distMethod · 0.80
_isCoPlanarMethod · 0.80
ellipseArcMethod · 0.80
closeMethod · 0.80
testExtrudeMethod · 0.80

Calls 1

VectorClass · 0.85

Tested by 1

testExtrudeMethod · 0.64