Wooshum Posted July 24, 2013 Share Posted July 24, 2013 (edited) Hi All, I am just building a simple python SOP to get to know the HOM a bit better. I am wanting to create a multi-segment line / curve using the geometry.createPolygon() function. The issue is I don't know how to provide the face.setIsClosed() function with the correct arguments to ensure that the face is open. What arguments do I pass the setIsClosed() function? Cheers! ---------------------------------------------- EDIT: Solved - I should have dug around the documentation and examples a bit more before I posted! face.setIsClosed(False) is the correct argument: http://www.sidefx.com/docs/houdini12.5/hom/cookbook/surface_wires/ Edited July 24, 2013 by Wooshum 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.