MCPcopy Index your code
hub / github.com/CadQuery/cadquery / __init__

Method __init__

cadquery/selectors.py:421–426  ·  view source on GitHub ↗
(
        self, vector: Vector, directionMax: bool = True, tolerance: float = 0.0001
    )

Source from the content-addressed store, hash-verified

419 """
420
421 def __init__(
422 self, vector: Vector, directionMax: bool = True, tolerance: float = 0.0001
423 ):
424 super().__init__(
425 n=-1, vector=vector, directionMax=directionMax, tolerance=tolerance
426 )
427
428
429# inherit from CenterNthSelector to get the CenterNthSelector.key method

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected