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 - 11选5开奖结果爱彩乐-『1TBH·COM』11选5前三直最大遗漏多少期--2023年3月19日5时52分52秒.H5c2a3.t93brrchr

Comment on: Topic 'divide in branches'
%4} = {0;1;0} {0;0;5} --> {0;5\4;5%4} = {0;1;1} {0;0;6} --> {0;6\4;6%4} = {0;1;2} {0;0;7} --> {0;7\4;7%4} = {0;1;3} {0;0;8} --> {0;8\4;8%4} = {0;2;0} {0;0;9} --> {0;9\4;9%4} = {0;2;1} .... {0;0;19} --> {0;19\4;19%4} = {0;4;3}…
Added by Danny Boyes at 11:39am on June 25, 2011
Comment on: Topic 'How to create tetrahedron for any given angle in grasshopper?'
Also can I use this logic for 3 and 5 legs?
Added by Wiktor Kidziak at 4:03pm on January 16, 2011
Comment on: Topic 'Intersecting a sphere with a surface vb.NET'
cenPt As New On3dPoint(0, 0, 0) Dim tSphere As New OnSphere Dim rad As Double = 5.0 tSphere.Create(cenPt, rad) Dim nSphere As New OnNurbsSurface tSphere.GetNurbForm(nSphere) Dim tSrf As New OnNurbsSurface Dim ptList As New List (Of On3dPoint) ptList.Add(New On3dPoint(-5, -5, 0)) ptList.Add(New On3dPoint(-5, 5, 0)) ptList.Add(New On3dPoint(5, 5, 0)) ptList.Add(New On3dPoint(5, -5, 0)) tSrf = RhUtil.RhinoCreateSurfaceFromCorners(ptList(0), ptList(1), ptList(2), ptList(3)) Dim arrCrv(0) As OnCurve RHUtil.RhinoIntersectSurfaces(nSphere, tSrf, tol, arrCrv, Nothing) A = arrCrv…
Added by Dirk Anderson at 4:14am on June 18, 2009
Comment on: Topic 'Creating a Component with a variable number of output parameters'
2^0 + 2^1 + 2^3 =11 -- There is no need to know when david was born. 11 days  before he say this is his birthday. Am I right?
Added by huaxiamengqing at 7:41am on November 26, 2012
Topic: sum the first x elemente of a list of numbers
1+2+3+4+5+6 = 21 1+2+3+4+5+6+7 = 28 1+2+3+4+5+6+7+8 = 36 1+2+3+4+5+6+7+8+9 = 45 Is there a tool, that can do me that job?  How do I get this List {1,3,6,10,15,21,28,36,45}?…
Added by Ahmed Hossam at 2:19pm on September 22, 2013
Comment on: Topic 'DataTree selection rules'
is shorthand for [0 to 8]. > 10  Any number larger than X. This notation is shorthand for [11 to infinity]. >= 5  Any number larger than or equal to X. This notation is shorthand for [5 to infinity]. -- David Rutten david@mcneel.com Seattle, WA…
Added by David Rutten at 9:27pm on November 3, 2013
Topic: Cull Pattern
ll these 12500 points. Group 1 would represent the point located at 0, 5, 10, 15, 20 etc. Group 2 - 1, 6, 11, 16, 21 etc. Group 3 - 2, 7, 12, 17, 22 etc. Group 4 - 3, 8, 13, 18, 23 etc. Group 5 - 4, 9, 14, 19, 24 etc. I can create the pattern but the selection of points are all the points in row 0 and then all the points in row 5 and so on. I would like the selection of points to start at the bottom left, and sequentially continue to the right and then continue on the 2nd row (left to right & bottom to top). i am hoping the pattern i am trying to achieve is more understood with the quick screen capture I uploaded. the end goal is to be able to select all the points in the grid that are in each pattern. Thanks in advance for any guidance with this.  …
Added by Alyne Rankin at 6:53am on October 11, 2017
Comment on: Topic 'random values based on specific paths'
a specific domain, for example: 0.) 0 to 1 -----> 11 random values from 0 to 1 (0.245,0.678,0.36,0.78,.28,0.18........) 1.) 1 to 2 -----> 11 random values from 1 to 2 (1.26,1.36,1.01,1.68,1.26,1.96.........) 3.) 2 to 3 -----> 11 random values from 2 to 3 (2.96,2.45,2.78,2.56,2.98,2.10..........) 4.) 3 to 4 and so on where I have a data set containing 11 paths with 11 values and the values fall within the specific domain. Like my post above I have the correct path but I need to feed it the correct seed to get different values for each number. I tried grafting a series similar to the last post but it scrambles my data. Thanks so much for the help! …
Added by Charles Aweida at 1:00pm on July 30, 2010
Comment on: Topic 'flip value and index in a list creating branches'
another example could be: index 3 value 6 index 4 value 6 index 5 value 6 flipped and branched: branch 6 index 0 value 3 branch 6 index 1 value 4 branch 6 index 2 value 5
Added by Ante Ljubas at 12:50pm on October 22, 2010
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
  • 1
  • ...
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • ...
  • 633

About

Scott Davidson created this Ning Network.

Welcome to
Grasshopper

Sign In

Translate

Search

Photos

  • Turning Torso Tower

    Turning Torso Tower

    by Parametric House 0 Comments 0 Likes

  • compensation

    compensation

    by monicca 1 Comment 0 Likes

  • SubD metaball

    SubD metaball

    by kgm 1 Comment 0 Likes

  • SubD metaball

    SubD metaball

    by kgm 0 Comments 0 Likes

  • Lines to Building

    Lines to Building

    by Parametric House 0 Comments 0 Likes

  • Add Photos
  • View All
  • Facebook

Videos

  • Turning Torso Tower

    Turning Torso Tower

    Added by Parametric House 0 Comments 0 Likes

  • Midjourney generated image into 3D using Deep Learning - ZoeDepth + iRhino on iPad

    Midjourney generated image into 3D using Deep Learning - ZoeDepth + iRhino on iPad

    Added by kgm 0 Comments 0 Likes

  • Rhino SubD - Metaball 3D

    Rhino SubD - Metaball 3D

    Added by kgm 0 Comments 0 Likes

  • Lines to Building

    Lines to Building

    Added by Parametric House 0 Comments 0 Likes

  • Spiral Stair

    Spiral Stair

    Added by Parametric House 0 Comments 0 Likes

  • Offset Intersection

    Offset Intersection

    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