Jump to content

How to access the current object being solved in expressions in DOPs?


Recommended Posts

Hi,

I have a dynamic container (empty object) in DOPs with 2 geometry streams/objects. I want to access these objects inside my container for example to get the number of points. I tried these but didn't work:

npoints("../second")

npoints("second")

Using this works:

npoints("obj0/second")

but now I have to figure out the current object name as my HDA could be attached to any dynamic object/container.

I tried these but also no luck:

npoints("$OBJNAME/second")

 

Any ideas on how to make this work or perhaps I don't need the object name?

Thanks in advance :)

geowrangle.hip

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