Search
  • Sign In

Grasshopper

algorithmic modeling for Rhino

  • Home
    • Members
    • Listings
    • Ideas
  • View
    • All Images
    • Albums
    • Videos
    • Architecture Projects
    • Installations
    • Add-ons
  • Download
    • Rhino 7 w/Grasshopper
    • Add-ons
  • Forums/Support
    • Current Discussions
    • Legacy Forum
  • Learn
    • Getting Started
    • Online Reference
    • API documentation
    • Video Tutorials
    • Common Questions
    • Scripting and Coding
    • Books and Articles
  • Attend
  • My Page

Search Results - 📍 trx兑换到usdt👉【TG:@trxHomeBot】,btc最新投资情况.k

Bjarte Nikolai KnobelBjarte Nikolai Knobel
Richard James KeelingRichard James Keeling
Hazhar Muhammad KhderHazhar Muhammad Khder
Felix Immanuel KnollFelix Immanuel Knoll
tracy andreas kruegertracy andreas krueger
Mohamed Moussa KhatibMohamed Moussa Khatib
Comment on: Topic 'Simple VB .NET Generic Translation Loop'
owing code is weird: Dim newOBJ As New Object newOBJ = OBJ There's no point in declaring a new instance of a class if you immediately afterwards assign it a different instance. Because you do not actually make a copy of your OBJ, you keep on transforming the same one over and over. This is how I'd write it: Private Sub RunScript(ByVal geometry As GeometryBase, ByVal iterations As Integer, ByRef A As Object)   Dim result As New List(Of GeometryBase)  For k As Int32 = 0 To iterations    Dim duplicate As GeometryBase = geometry.Duplicate()    duplicate.Transform(Transform.Translation(k, 0, 0))    result.Add(duplicate)  Next  A = result End Sub -- David Rutten david@mcneel.com Poprad, Slovakia…
Added by David Rutten at 4:34am on June 30, 2012
Comment on: Topic 'Meshes'
d=[]     for k in range(steps):      kd.append(f(size*(i-m)/m,size*(j-m)/m,size*(k-m)/m))     kj.append(kd)    ki.append(kj)   return ki    from math import cos,exp,atan2    def lobes(x,y,z):   try:    theta = atan2(x,y)         # sin t = o    except:    theta = 0   try:    phi = atan2(z,y)   except:    phi = 0   r = x*x+y*y+z*z   ct=cos(PARAMETER_A * theta)   cp=cos(PARAMETER_B * phi)   return ct*ct*cp*cp*exp(-r/10)     def main():     data = readdata(lobes,10,40) ...…
Added by Nik Willmore at 6:06am on July 11, 2015
Comment on: Topic 'Which cpu would be faster for grasshopper calculations?'
was looking at factorials in Levenshtein distance as you recommended, but as I understand its a P NP problem which is way above my second year architecture student pay grade. And apparently the tries are memory hungry so he continues with some DAWG's MANNNN code: https://gist.github.com/smhanov/94230b422c2100ae4218 article: http://stevehanov.ca/blog/index.php?id=115 It's more complex but sounds like it has its benefits, such as showing the index of matches in the "dictionary"  so it would be easier for me to retrieve it later. Because I am matching these stings up but I would need same results in a whole other identical beginning structure tree aka I could just dispatch the indexes. Anyway here is the file with all the values to give more insight!…
Added by Jonas Blazinskas at 10:59pm on July 21, 2016
Video: Firefly for Grasshopper / Arduino
Arduino micro-controller, the internet and beyond. It allows near real-time data flow between the digital and physical worlds, and will read/write data to/from internet feeds, remote sensors and more. It also includes a Pachube reader. Firefly Developers: Jason K Johnson [Future-Cities-Lab; CCA - San Francisco, CA] Andy Payne [LIFT Architects; Harvard GSD - Cambridge, MA]…
Added by Jason Kelly Johnson at 11:58am on September 2, 2010
  • 1
  • ...
  • 758
  • 759
  • 760
  • 761
  • 762
  • 763
  • 764
  • ...
  • 805

About

Scott Davidson created this Ning Network.

Welcome to
Grasshopper

Sign In

Translate

Search

Photos

  • Parametric Structure

    Parametric Structure

    by Parametric House 0 Comments 0 Likes

  • Tensile Column

    Tensile Column

    by Parametric House 0 Comments 0 Likes

  • Quarter Pavilion Rhino Grasshopper Tutorial

    Quarter Pavilion Rhino Grasshopper Tutorial

    by June Lee 0 Comments 0 Likes

  • Quarter Pavilion Rhino Grasshopper Tutorial

    Quarter Pavilion Rhino Grasshopper Tutorial

    by June Lee 0 Comments 0 Likes

  • Quarter Pavilion Rhino Grasshopper Tutorial

    Quarter Pavilion Rhino Grasshopper Tutorial

    by June Lee 0 Comments 0 Likes

  • Add Photos
  • View All
  • Facebook

Videos

  • Parametric Structure

    Parametric Structure

    Added by Parametric House 0 Comments 0 Likes

  • Tensile Column

    Tensile Column

    Added by Parametric House 0 Comments 0 Likes

  • Quarter Pavilion Rhino Grasshopper Tutorial

    Quarter Pavilion Rhino Grasshopper Tutorial

    Added by June Lee 0 Comments 0 Likes

  • Circle Packs

    Circle Packs

    Added by Parametric House 0 Comments 0 Likes

  • Random Abstract 2d Pattern - Rhino Grasshopper

    Random Abstract 2d Pattern - Rhino Grasshopper

    Added by kgm 0 Comments 0 Likes

  • Inflated Diamonds

    Inflated Diamonds

    Added by Parametric House 0 Comments 0 Likes

  • Add Videos
  • View All
  • Facebook

© 2025   Created by Scott Davidson.   Powered by Website builder | Create website | Ning.com

Badges  |  Report an Issue  |  Terms of Service