Jump to content

foreach() and point() problem


foam

Recommended Posts

Hi!

 

I'm using an attribwrangle on some geometry and when I try to loop through the neighbours and get their value 'foo', it returns zero where as looking at P returns (I'm assuming) the first/last P in the neighbour array.

 

Anyone know what I can't read @foo?

 

Thanks.

@foo = 100;

foreach(int i; neighbours(0, @ptnum))
{
    v@test_P = point(0, "P", i);
    @test_foo = point(0, "foo", i);
}

Solved thanks to Jacob -

 

foo doesn't exist before the attribwrangle and point(0 ,"foo", i) is looking for the first input

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