Jump to content

face.setIsClosed()


Wooshum

Recommended Posts

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 by Wooshum
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...