Search
  • Sign Up
  • 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 - 澳洲快乐8如何挣钱-『9TBH·COM』澳门大乐透49码--2023年3月19日6时46分34秒.H5c2a3.keyn8m8w9-gov-hk

Topic: Every X items, a new branch?
the number of items and X is NOT constant any help?…
Added by wrogirzymian at 11:04am on April 7, 2012
Comment on: Video 'Custom unroller'
也会十分吃力,久而久之也会影响自己学习英语的兴趣。最后是要注意选择整体服务水平高的培训机构,这样能够节省下很多时间,学习效率也会有所提升。 …
Added by naasaki at 12:46pm on September 6, 2021
Comment on: Topic 'Path Mapper'
--> {0;0;0} add to the heap 3 {0;0;4}(0) --> {0;0;0} add to the heap 4 {0;0;5}(0) --> {0;0;0} add to the heap 5 {0;0;6}(0) --> {0;0;0} add to the heap 6 {0;0;7}(0) --> {0;0;0} add to the heap 7 {0;0;8}(0) --> {0;0;0} add to the heap 8 {0;0;9}(0) --> {0;0;0} add to the heap 9 {A;B;C}(i) --> {0;0;0}(i) ------------------------------- {0;0;0}(0) --> {0;0;0}(0) contains 0 {0;0;1}(0) --> {0;0;0}(0) now contains 1 {0;0;2}(0) --> {0;0;0}(0) now contains 2 {0;0;3}(0) --> {0;0;0}(0) now contains 3 {0;0;4}(0) --> {0;0;0}(0) now contains 4 {0;0;5}(0) --> {0;0;0}(0) now contains 5 {0;0;6}(0) --> {0;0;0}(0) now contains 6 {0;0;7}(0) --> {0;0;0}(0) now contains 7 {0;0;8}(0) --> {0;0;0}(0) now contains 8 {0;0;9}(0) --> {0;0;0}(0) now contains 9 …
Added by Danny Boyes at 8:04am on May 24, 2013
Topic: Which Intersection-Points are on which Brep
rep 1 Point 3, 7, 8, 4       is intersecting with Brep 2 Point 5, 0, 9, 11     is intersecting with Brep 3 and so on... Hopefully you can help me out! Robert …
Added by Robert Megel at 9:58am on December 17, 2012
Topic: i need help..
does any one know how to create stream like {0} 0 {1} 1 2 {2} 3 4 5 {3} 6 7 8 {4} 9 10 11 12 then ~~more~~ thx lot...
Added by wei ting at 2:53am on December 19, 2012
Photo: Roof Development
Roof Development cy 4. Lighting Strategy 5. Structural Member Index 6. Collected 7. Polycarb Orientation + Seal 8. Maintenance Gantries 9. Gutter…
Added by Nick Tyrer at 2:56am on August 13, 2014
Topic: problems with data management
to sort my list of points. Can somebody please help me? Thank you:)…
Added by Oliver Dark at 11:10am on June 22, 2016
Comment on: Topic 'problème de classement'
250 etc)…
Added by Yoann Mescam (Systemiq) to Grasshopper French Users Group at 11:19am on January 6, 2014
Topic: HELP : create connection with arduino 3Dprinter
rstand everything and I need help. Below: I have found in Marlin the pins of X,Y,Z,... but I don't know how to connect them and get response. In Firefly "Uno write" we have just pins 3,5,6,8,9,10,11,12,13 and I see more pins below.And what's the difference between Digital/PWM/Servo. All help is very  appreciated ! /**************************************************************************************** #define X_STEP_PIN       49 #define X_DIR_PIN        13 #define X_ENABLE_PIN     48 #define X_MIN_PIN        35 #define X_MAX_PIN        -1 //34 #define Y_STEP_PIN         11 #define Y_DIR_PIN          9 #define Y_ENABLE_PIN       12 #define Y_MIN_PIN          33 #define Y_MAX_PIN          -1 //32 #define Z_STEP_PIN         7 #define Z_DIR_PIN          6 #define Z_ENABLE_PIN       8 #define Z_MIN_PIN          31 #define Z_MAX_PIN          -1 //30 #define E2_STEP_PIN        43 #define E2_DIR_PIN         47 #define E2_ENABLE_PIN      42 #define E1_STEP_PIN        18 #define E1_DIR_PIN         19 #define E1_ENABLE_PIN      38 #define E0_STEP_PIN        40 #define E0_DIR_PIN         41 #define E0_ENABLE_PIN      37 #define SDPOWER            -1 #define LED_PIN            -1 //Use +12V Aux port for LED Ring #define FAN_PIN            16 //5V PWM #define PS_ON_PIN          10 //Set to -1 if using a manual switch on the PWRSW Connector #define SLEEP_WAKE_PIN   26 //This feature still needs work #define HEATER_0_PIN       45 //12V PWM1 #define HEATER_1_PIN       46 //12V PWM2 #define HEATER_2_PIN       17 //12V PWM3 #define HEATER_BED_PIN     44 //DOUBLE 12V PWM #define TEMP_0_PIN         3 //ANALOG NUMBERING #define TEMP_1_PIN         2  //ANALOG NUMBERING #define TEMP_2_PIN         1  //ANALOG NUMBERING #define TEMP_BED_PIN       0 //ANALOG NUMBERING #define BEEPER            36 #define KILL_PIN           -1…
Added by Wouter Bert at 3:54am on December 4, 2015
Topic: Link Lenght modification
change If [x] reach 4 then [y] start growing to 1 then 2 when [x] reach 7 etc... Overall i'd like to put it in a single slider like : 1      -->    x=1    y=0 2      -->    x=2    y=0 3      -->    x=3    y=0 4      -->    x=4    y=1 5      -->    x=5    y=2 6      -->    x=6    y=3 7      -->    x=7    y=4 8      -->    x=7    y=5 9      -->    x=7    y=6 10      -->    x=7    y=7 Any ideas ? Pyhton script maybe ? Thanks …
Added by Louis Ainesi at 4:34am on September 29, 2016
  • 1
  • ...
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • ...
  • 64

About

Scott Davidson created this Ning Network.

Welcome to
Grasshopper

Sign Up
or Sign In

Translate

Search

Photos

  • SubD TriRemesh

    SubD TriRemesh

    by Parametric House 0 Comments 0 Likes

  • Scaled Voronoi

    Scaled Voronoi

    by Parametric House 0 Comments 0 Likes

  • optimized ruins

    optimized ruins

    by lost in wires 1 Comment 1 Like

  • optimized ruins

    optimized ruins

    by lost in wires 0 Comments 0 Likes

  • Random Vector Lines

    Random Vector Lines

    by Parametric House 0 Comments 0 Likes

  • Add Photos
  • View All
  • Facebook

Videos

  • SubD TriRemesh

    SubD TriRemesh

    Added by Parametric House 0 Comments 0 Likes

  • Scaled Voronoi

    Scaled Voronoi

    Added by Parametric House 1 Comment 0 Likes

  • Image-to-3d Workflow using OpenAI Shap-E and Rhino

    Image-to-3d Workflow using OpenAI Shap-E and Rhino

    Added by kgm 0 Comments 1 Like

  • Random Vector Lines

    Random Vector Lines

    Added by Parametric House 0 Comments 0 Likes

  • Text-to-3d-to-AR Workflow using OpenAI Shap-E and Rhino AR

    Text-to-3d-to-AR Workflow using OpenAI Shap-E and Rhino AR

    Added by kgm 0 Comments 0 Likes

  • Pufferfish Net On Surface

    Pufferfish Net On Surface

    Added by Parametric House 0 Comments 0 Likes

  • Add Videos
  • View All
  • Facebook

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

Badges  |  Report an Issue  |  Terms of Service