Jump to content

How can I select a specific group of faces for Poly Extrude


carl45456

Recommended Posts

One solution is to place a primitive wrangle before your polyextrude and use it to create a group based on primnum. Like this:

if(@primnum>100) i@group_extruders = 1;

Then direct the polyextrude to the "extruders" group.

 

I'm not sure why your solution doesn't work though.

Link to comment
Share on other sites

You can add the prims to a group using a Primitive Wrangle like:

if(@primnum>100)
  @group_extrude = 1;

then in the PolyExtrude's Group field pick "extrude".

You can extend the functionality by replacing "100" with:

chi("threshold")

and then clicking the sliders icon on the right side of the textbox in the wrangle to create a parameter.

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