
Looks like some plug-in variation of the grasshopper component: point in curve ?
If it is a variation of the âpoint in curveâ you should probably switch to the native component âpoint in curveâ - also, I donât know if youâre recreating an example thatâs exactly the same as what you show, or if it was something else where they were culling points based on curve containment but using a trimmed surface for the surface division. Your surface seems untrimmed, thus all points are already âon itâ and perhaps you donât need the component at all given no point is outside - again, if it is a point in curve component. Bear in mind that you cannot test for point inclusion/containment using the border of the surface if itâs not planar - the points should be on the same plane as the containment curve in order to test properly - show a link to what youâre recreating for more effective deciphering.
Thanks!
Thanks! Iâve got this so far. The cockerel silhouette isnât to all points just yet.
array along surface - grasshopper.gh (10.5 KB)
array along surface - grasshopper.3dm (705.0 KB)
Thanks @Caitlin_Marie_Driver ,
Though I confess I (still) have no clue what youâre replicating, I checked your file and did a couple of things.
First, upon realizing youâre trying to orient a closed brep using the surface planes at each division point, I got rid of the duplicate points along the seam of the cylindrical surface. Second, I left an option to use all the division points or exclude those touching the edge of the cylindrical surface.
array along surface - grasshopper.gh (48.5 KB)
Thank you so much for all of your effort, RenĂ©! This is far enough for me to work with now & change to how iâd like it. Youâre the best!



