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

Method test

cadquery/selectors.py:163–165  ·  view source on GitHub ↗

Test a specified vector. Subclasses override to provide other implementations

(self, vec: Vector)

Source from the content-addressed store, hash-verified

161 self.tolerance = tolerance
162
163 def test(self, vec: Vector) -> bool:
164 "Test a specified vector. Subclasses override to provide other implementations"
165 return True
166
167 def filter(self, objectList: Sequence[Shape]) -> List[Shape]:
168 """

Callers 15

filterMethod · 0.95
vFunction · 0.45
vtk.jsFile · 0.45
dFunction · 0.45
tFunction · 0.45
OFunction · 0.45
IFunction · 0.45
kFunction · 0.45
NFunction · 0.45
RFunction · 0.45
BFunction · 0.45
LFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected