Help me find "central points (pt)"

hello,
I cant find this component in gh. I am trying to replicate an example from a book (algorithms aided design, chapter 5)
image_2024-02-01_005826080

Looks like a renamed Crv param. It is a list of points.

hey joseph, thank you for your time. I dont know about the renamed curve, seems does not work. This node takes the values that come out from a transform matrix. I feel you are right about the list of point but i cant make this work.

i will upload the full picture and my gh.
(i am starting from a loft surface of 2 random control point curves in rhino)


facade.gh (17.6 KB)

It’s a “Point” parameter that was renamed (right-click, change name) to “central points (pt)”

2024-01-31_17-24-17

If you look at your screenshot, the parameter receives the output of the ‘move’ component, which received the “C” output (area centroid, a point) from the ‘area’ component.

1 Like

Oops, I meant Pt (Point) param.

1 Like