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

Method der

cadquery/occ_impl/nurbs.py:188–192  ·  view source on GitHub ↗
(self, us: NDArray, dorder: int)

Source from the content-addressed store, hash-verified

186 )
187
188 def der(self, us: NDArray, dorder: int) -> NDArray:
189
190 return nbCurveDer(
191 np.atleast_1d(us), self.order, dorder, self.knots, self.pts, self.periodic
192 )
193
194
195class Surface(NamedTuple):

Callers 3

test_curveFunction · 0.95
test_curve_tangentsFunction · 0.45
test_surface_tangentsFunction · 0.45

Calls 1

nbCurveDerFunction · 0.85

Tested by 3

test_curveFunction · 0.76
test_curve_tangentsFunction · 0.36
test_surface_tangentsFunction · 0.36