Atom Posted April 29, 2016 Share Posted April 29, 2016 Hi All, I am looking for a way to create a 3D curve in Houdini using Python. Does anyone have example code to demonstrate this? Quote Link to comment Share on other sites More sharing options...
edward Posted April 30, 2016 Share Posted April 30, 2016 Just use hou.Geometry.createPolygon() ( http://www.sidefx.com/docs/houdini15.0/hom/hou/Geometry ) ... and then call setIsClosed(False). Quote Link to comment Share on other sites More sharing options...
Recommended Posts
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.