magneto Posted July 23, 2017 Share Posted July 23, 2017 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 Quote Link to comment Share on other sites More sharing options...
rayman Posted July 26, 2017 Share Posted July 26, 2017 Go to geometry wrangle and change Input2 Dop data from 'second' to '$OBJNAME/second'. 2 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.