-
As mentioned here #4734
@portnov I wonder is there a way to do this for NURBS curves and surfaces in Sverchok? Thanks |
Beta Was this translation helpful? Give feedback.
Answered by
portnov
Nov 3, 2022
Replies: 1 comment 1 reply
-
For Nurbs curves, there is method: |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
rendetto
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
For Nurbs curves, there is method:
curve.to_bezier_segments()
. You can use it in scripted node, for example.For surfaces, it is not implemented yet.