Access from one node the attribute from another node.

   1825   2   1
User Avatar
Member
40 posts
Joined: March 2018
Offline
Hello everyone,

How can I access from Group node to the total number of points in Null3.

I have been trying different ways:

detailintrinsic(“../null3”, “pointcount”)

point(“../null3”, 0, “numpt”, 0)

and reading the documentation could nof find how to get it.



Thanks in advance.
Edited by Dav_Rod - July 2, 2018 08:07:44

Attachments:
daviniadudas.JPG (41.3 KB)

User Avatar
Member
23 posts
Joined: March 2013
Offline
Try:

npoints(“../null3”)
User Avatar
Member
40 posts
Joined: March 2018
Offline
davidderwin
Try:

npoints(“../null3”)


Yes it worked, thanks a lot David!




Thanks
Edited by Dav_Rod - July 2, 2018 14:35:55
  • Quick Links