MCPcopy
hub / github.com/CadQuery/cadquery / getAngle

Method getAngle

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

Source from the content-addressed store, hash-verified

183 return self
184
185 def getAngle(self, v: "Vector") -> float:
186 return self.wrapped.Angle(v.wrapped)
187
188 def getSignedAngle(self, v: "Vector") -> float:
189 return self.wrapped.AngleWithRef(v.wrapped, gp_Vec(0, 0, -1))

Callers 6

extrudeLinearMethod · 0.95
testVectorProjectMethod · 0.95
testMethod · 0.80
testMethod · 0.80
test_constraint_solverFunction · 0.80
testSweepMethod · 0.80

Calls

no outgoing calls

Tested by 3

testVectorProjectMethod · 0.76
test_constraint_solverFunction · 0.64
testSweepMethod · 0.64