Jump to content

How to easily utliize groups inside dopnet


smbell

Recommended Posts

I'm working with RBDs and I want to apply a popdrag only to my fractures from the rbdmaterialfracture node that are in the concrete_chips group. These groups don't seem to come in by themselves, and after a bit of trying things, I found the POP group node...

The way I'm doing it now is:

I created a point attribute called concrete_chip that is only 1 if it's in the concrete_chips group from the rbdmaterialfracture node. Then in the dopnet, I am using a POP group with group name to "concrete_chip" and have if(@concrete_chip == 1){ ingroup = 1; }

Is this the most efficient way of accessing groups in a dopnet. Seems a bit roundabout, but it works.

Edited by smbell
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...