Activity
Mon
Wed
Fri
Sun
Oct
Nov
Dec
Jan
Feb
Mar
Apr
May
Jun
Jul
Aug
Sep
What is this?
Less
More

Memberships

Drafting Workshop

45 members • Free

The Parametric Circle

38 members • Free

Revit MEP & BIM collective

249 members • $49/m

Learn Autodesk Revit

585 members • Free

Architecture Vanguard

207 members • Free

Affinity Photo Creatives

1.8k members • $5/m

Ark It Easy

9.7k members • Free

Parametric House

378 members • Free

How to Rhino

29.8k members • Free

16 contributions to Grasshopper3D Challenge
Why is the rectangle going crazy when I rotate it
I’m rotating a rectangle with a slider… but instead of turning smoothly, it spins wildly out of control. What’s happening?
Poll
5 members have voted
Why is the rectangle going crazy when I rotate it
1 like • 1d
Fix: use a slider 0 → 2π or add a Radians component to convert degrees.
Variable extrusion
Hi All, just wondering is it possible to use 1 script instead of 2 in this situation?
Variable extrusion
2 likes • 3d
@Ertunc Hunkar hum interesting, can you show us in a GH script, please?
1 like • 2d
@Ertunc Hunkar Cool, Many thanks for that!
Why is surface twisted?
I’m trying to loft between these two curves, but the surface comes out twisted (see the red X). What’s the real issue here? How would you fix it?
Poll
6 members have voted
Why is surface twisted?
5 likes • 3d
or Flip Curve - Add a Flip Curve component. - Connect one of your curves to the Reference Curve input, and the other curve to the Curves to Flip input. - This makes sure both curves run in the same direction.
Why is this rectangle stuck to the corner?
I want this rectangle to be drawn from its center, but it’s drawn from the bottom-left corner. What’s the most likely issue? Please vote, then explain your reasoning :)
Poll
5 members have voted
Why is this rectangle stuck to the corner?
2 likes • 8d
Hum The Rectangle is being built from the plane origin as a corner (min X/min Y), not from its centre
Debug Mini-Challenge: Why doesn’t 0.5 land on the midpoint?
I’m evaluating this curve at 0.5, but the white “point on curve” and the blue evaluated point don’t coincide. What’s the most likely cause? Vote, then explain your reasoning in the comments.
Poll
5 members have voted
Debug Mini-Challenge: Why doesn’t 0.5 land on the midpoint?
3 likes • 10d
Or... Unless the curve was rebuilt with evenly distributed parameters, 0.5 usually won’t sit at the visual midpoint. Rhino stores curves in NURBS form, where parameters depend on knot spacing, not arc length. How to get the true midpoint by length: - Use Evaluate Length instead of Evaluate Curve. - Give it L/2 or the normalized value 0.5 in “Evaluate Length” (make sure “Normalized” is checked). - That returns the point at 50% of the curve’s arc length. So the blue point is “parameter 0.5,” while the white dot is the “arc-length midpoint.” Different beasts!
1-10 of 16
Fabrice Boulben
3
40points to level up
@fabrice-boulben-6547
Passionate about architecture and computational design, always exploring creative and innovative design solutions.

Active 7h ago
Joined Nov 9, 2024
Cambridge UK