Select ONLY last points in a copy to points shape?

   1103   3   2
User Avatar
Member
60 posts
Joined: 11月 2015
Offline
Hello all,

How would I select ONLY the last, outer points in a copy to points node?

For example, if I have a line, and I copy this line to a sphere using copy to points, resulting in a spikey ball--- how would I select only the outer, last points on the spikes?

Thanks!

Terence
User Avatar
Member
83 posts
Joined: 6月 2020
Offline
There are multiple ways to do this, but perhaps the easiest way that doesn't involve VEX would be to just place the last point of your line into a group before you copy it to points.
User Avatar
Member
333 posts
Joined: 4月 2018
Online
Terence Ziegler
how would I select only the outer, last points on the spikes?
The Group Expression SOP has a preset called First Point of Primitive, that you can modify to return the last point instead.

User Avatar
Member
7 posts
Joined: 1月 2022
Online
Resample, output curveu attribute, group expression: @curveu==1
  • Quick Links