Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
195
class
Surface(NamedTuple):
Callers
3
test_curve
Function · 0.95
test_curve_tangents
Function · 0.45
test_surface_tangents
Function · 0.45
Calls
1
nbCurveDer
Function · 0.85
Tested by
3
test_curve
Function · 0.76
test_curve_tangents
Function · 0.36
test_surface_tangents
Function · 0.36