Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/CadQuery/cadquery
/ test
Method
test
cadquery/selectors.py:234–235 ·
view source on GitHub ↗
(self, vec: Vector)
Source
from the content-addressed store, hash-verified
232
""
"
233
234
def
test(self, vec: Vector) -> bool:
235
return
self.direction.getAngle(vec) < self.tolerance
236
237
238
class
PerpendicularDirSelector(BaseDirSelector):
Callers
nothing calls this directly
Calls
1
getAngle
Method · 0.80
Tested by
no test coverage detected