Grasshopper

algorithmic modeling for Rhino

All Blog Posts Tagged 'curve' (4)

Creating second arch from tangent of first arch

Hi there, 

Very new to grasshopper, and was wondering if I could get some help on lining up some arches. 

I want a series of parabolic/catenary arches. The first arch is symmetrical and spans along a curve. I want the second arch to extend in the following directions: 

From the tangent between the inner arch or, 

Continuing to extend at the same angle of the right inner arch. 

I have done some basic experimenting, however the arches that i…

Continue

Added by Ben Everitt on August 13, 2015 at 8:23pm — 2 Comments

Closed Curve Intersection Network

I was looking at a post earlier today, which got me thinking about the logic of how to collect intersected curves into discrete, closed cells. This got me looking at this …

Continue

Added by David Stasiuk on November 11, 2013 at 2:47pm — 11 Comments

01 the beginning

Hi Grasshoppers!

 

This little project I share here is in a way the beginning of my sharing and blogging activity on grasshopper. My goal is to do a series of studies to explore and research patterns and surface build ups that can be applied to industrial products later on. This is the first, more sculptural approach. 

 

So, looking at this piece of art, it won´t be extraordinary and super surprising to you; The coding behind the hole pattern is a…

Continue

Added by Floster on January 26, 2011 at 2:12pm — 3 Comments

Spatial curves

Objects distributed along spacial curve

minU - minimal U value

maxU - maximal U value

dens - curve density (number of objects along curve path)



VB Code

(creates a list of points for calculations)

Sub RunScript(ByVal minU As Double, ByVal maxU As Double, ByVal dens As Integer)   Dim uStep, i As Double   Dim rv As New List(Of Double)   uStep = (maxU - minU) / dens

For i = minU To maxU + 0.0001 Step uStep

rv.Add(i)…

Continue

Added by Bojan Mitrovic on June 13, 2009 at 4:30am — No Comments

Monthly Archives

2023

2022

2021

2020

2019

2018

2017

2016

2015

2014

2013

2012

2011

2010

2009

About

Translate

Search

Videos

  • Add Videos
  • View All

© 2024   Created by Scott Davidson.   Powered by

Badges  |  Report an Issue  |  Terms of Service