splinepy.multipatch.Multipatch.evaluate#

Multipatch.evaluate(queries, nthreads=None)[source]#

Evaluate each individual spline at specific parametric positions. To be used with caution, as there is no check if the queries are within the parametric bounds if settings.CHECK_BOUNDS is set to false.

Parameters:
  • queries ((n, para_dim) array-like)

  • nthreads (int)

Returns:

results

Return type:

(math.product(resolutions), dim) np.ndarray