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

Method __init__

cadquery/selectors.py:120–123  ·  view source on GitHub ↗
(self, point0, point1, boundingbox=False)

Source from the content-addressed store, hash-verified

118 """
119
120 def __init__(self, point0, point1, boundingbox=False):
121 self.p0 = Vector(*point0)
122 self.p1 = Vector(*point1)
123 self.test_boundingbox = boundingbox
124
125 def filter(self, objectList: Sequence[Shape]):
126

Callers 3

__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45

Calls 1

VectorClass · 0.85

Tested by

no test coverage detected