Jump to content

VEX setting attributes of newly created point


dukenukem

Recommended Posts

Hello, I'm still learning, so hopefully this is an easy answer:

How do you set attributes / groups of a newly created point when using addpoint() ?

i have this in an attribwrangle

if(inpointgroup(geoself(), "movingPoints", @ptnum)){
     addpoint(geoself(), @P);
     i@group_asdf = 1;
    
    }

but it just sets all the points to have that new group "asdf", I'm trying to figure out how to set the group only for that point that I just created.

I basically just want to define some attributes and groups during the creation of that new point.

Please help! thanks (:

 

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