splinepy.multipatch.Multipatch.boundaries_from_continuity#
- Multipatch.boundaries_from_continuity(nthreads=None, tolerance=None)[source]#
Starting from a seed position, the splines are propagated until they reach a kink (no g1 continuity). This uses the spline boundary information and determines the interface information.
- Parameters:
nthreads (int) – Number of threads to be used to determine boundaries and aux values
tolerance (double) – Tolerance between two normal vectors [cos(angle)] to be considered G1
- Return type:
None