Jump to content

Lines between sets of points


beeemtee

Recommended Posts

Hey,

i would like to connect the points of two sets with the same number of points, with straight lines. i did it with a foreach sop but i'm sure that it is not the easiest and most effective way to do this. it's rather slow..

how would you achieve the same?

thanks

bmt

Link to comment
Share on other sites

No need for the Sort SOP.

Many SOPs that rebuild geometry have two options:

Skip every Nth point

or

Group of N points

Skip every Nth point is used if you want to work on a series of primitives with the same point count and you want to work on the same vertex on each primitive.

Two curves can have their points easily connected by using the Skip every Nth point where the skip number is the total number of points per curve in the Add SOP.

See the hip file for two easy ways to do that.

connectPoints_v02.hipnc

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