Dears, Please clarify…
- How do i select specific point from list. Like i need to select 2, 5, 8.
- I do not want 0 at starting point of number. how can i start number from 1.
Dears, Please clarify…
Hi Joseph,
Thanks for your reply. Can please help on this as well, how to start the numbers from 1. I don’t want 0 at starting point.
Hi,
In computer programming, you conventionally start counting from 0. This is why Grasshopper list indexing is also 0-based and the Points (“Points List”) component starts enumerating from 0 as well.
If you want to start from one, you could use a Tag (“Text Tag”) component instead, and show each list index incremented by 1.
The size of the tags can be varied by right-clicking on the component.
select_pts_2021May30a.gh (6.9 KB)
Hi… Thanks for your reply.
You’re welcome.