Moving circle control points in Z axis

Hello guys, Im trying to recreate the roof of Bao’an Stadium by GMP Architekten



The trouble im stuck with is that after I extract, edit and Nurb the control points of the circle, the new geometry is not a circle seen from the top view


I’ve tried adding more control points and increasing the nurb degree but the curve looks unnatural when doing this

Im I missing something?

TITERES 2.gh (21.9 KB)

What you extracted are points lying on the circle, not its control points.

Here’s a good introduction to how Bezier/ B-spline curves work if you are not so familiar with them.

Perfect circles are a little more complicated because the control points are weighted (rational) ,but you can approximate them as higher degree non-weighted curves using the Rebuild curves component


TITERES 2_edited.gh (24.5 KB)

For these sort of control-point manipulations in general, it’s good to work out the basic operations in Rhino first, before “automating” them in GH.

1 Like

okay that is tremendously helpful

gonna deep into that primer

thanks alot

The inner part of the stadium is an oval, I have this cluster for the geometry

Tried to rebuild and the resulting geometry is inaccurate ( I dont know why because it worked like a charm with the circle )
Tried to take the points as they are and I suppose the knot type is wrong because im getting pointy vertices

TITERES 2_edited.gh (29.9 KB)

The trick with the last solution was assuming the rebuilt control points were ordered in a nice and symmetrical way - I got it to work by adjusting the seam point to align with the X axis:


TITERES 2_edited.gh (32.4 KB)

And also, using sift-pattern in that way was a little bit of a hack to “select” control points which were ordered in a regular manner, and is of course specific to the degree and number of points used to rebuild the curve. If you’re working with more complex shapes, try looking into attractors to locally influence CPs instead ( lots of examples here, just search around)