Jump to content

How to access a detail vector array


Recommended Posts

Hi;

I have a vector array spat out by a node upstream and would like to access that array downstream in an attribute wrangle node that runs on details also. 

Below is what I tried to no avail, the vectors stored in the array are not returned somehow:

foreach(int i; vector aaa; v@vec_array){
v@av = aaa;
}

I want to be able to create points by running through all the vectors in this array.

Thanx in advance for all the help;

AJ

Link to comment
Share on other sites

Thanx so much Tim, that helped tremendously :) Houdini documentation is great but I sometimes get the feeling that it is possible to find one's self in the dark about certain things. Thanx so much again for taking the time to help :)

cheers;

AJ

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