Hi, guys.
What are these points called? It looks different from control points. Appears around the boundary. Seems to have the information of the slope at the end of geometry.
Hi Pascal.
I can’t find them in normal control point data. They are part of control point but not stored in the same place.
And when I’m using grasshopper to get the control points’ data, they are not included either.
Hi Ayoshi - are you dealing with meshes or surfaces? In your first image, it looks like you have a surface, and in the second one a different surface - degree 1 in one direction, perhaps? At any rate, surface points are not the same as mesh vertices…
When i select all control points in Rhino it was 2332 points, but in grasshopper it was 2243.
Now i realize what vertices or points in the grasshopper component output doesn’t mean control points. Thank you.
I want to use ghpython in grasshopper to build two component, one is to extrude t-spline, the other is retopo(projection) tool which can apply on whole geometry and set the error limit. So only Rhinoscript can help me access and edit the control point data, is that right?