Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/CadQuery/cadquery
/ test
Method
test
cadquery/selectors.py:211–212 ·
view source on GitHub ↗
(self, vec: Vector)
Source
from the content-addressed store, hash-verified
209
""
"
210
211
def
test(self, vec: Vector) -> bool:
212
return
self.direction.cross(vec).Length < self.tolerance
213
214
215
class
DirectionSelector(BaseDirSelector):
Callers
nothing calls this directly
Calls
1
cross
Method · 0.80
Tested by
no test coverage detected