Jump to content

Is it possible to change the order of a nurbs curve in code?


magneto

Recommended Posts

I am creating a SOP that creates a NURBS curve in a specific shape using createNURBSCurve. But it seems like there isn't a way to specify the order of it:

http://www.sidefx.com/docs/houdini11.0/hom/hou/Geometry#createNURBSCurve

Anyone knows if I can change its order in code after creating the curve?

I know Line gives you this option, but I can't create it inside a Python SOP, right? Otherwise would be pretty sweet to use it and expose its options to artists.

Cheers :)

Link to comment
Share on other sites

I'm like 99% sure I shouldn't be even trying to write this as I have no coding experience in Hou.

Anyways, in other places I would tackle this by storing things like these as objects in an array. So if necessary I could access them in which order I desire. Would something like this be possible?

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...