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 - vr金星1 5分彩官网-『9TBH·COM』加拿大28软件下载--2023年3月19日6时2分4秒.H5c2a3.j70uk5jp8-gov-hk

Comment for: Jessesn
你好,jessesn. shaper3d.cn 也是你开办的吧,昨天发现下面的几句,"亲爱的会员们,服务器维护中,预计2010年1月2日可以开放,谢谢关注" 又是大面积断网了?
Added by ligong at 7:22pm on December 30, 2009
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 '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
Event: Rhino training courses updated of McNeel Asia in the summer
ino原厂开设的面授课程受到了学员们的肯定和赞誉,但也意识到两个通过面授课程较难系统解决的问题: 软件基础部分内容较多,但面授课程不可能安排太多时间全面的介绍基础的内容部分; 面授课程中学员独立思考和独立练习的时间并不充裕,导致老师教学的高级经验和技巧不能掌握全面。        我们决定对课程安排进行一次重要升级,以彻底解决以上两个长期以来存在的问题,从根本上提高学员的学习效果。 我们将之前的面授课程额外增加两个课程阶段,一共为三个阶段 1.基础部分的系统学习阶段(在线视频) 该部分由Rhino原厂工程师通过网络授课录像提供给学员一套在线教学视频。课程内容通俗易,针对软件基本操作和工具使用有全面和细致的解释。该部分特别适合基础薄弱的初学者,先行针对基础内容进行学习。 提醒:部分在线视频内容预览请点击这里... 2.面授课程阶段(实体面授) 该部分保持跟原来的面授课程一致,时间安排也完全一致。面授课程是怎个课程中最主要的部分,也是体现课程价值的一部分。通过跟老师面对面的学习,建立直接的沟通,掌握最难理解和最需要思考协助的部分。面授课程会安排一些必须的的基础内容作为铺垫,但专注于介绍软件应用层面的高级经验和技巧方法。 提醒:请点击这里了解面授课程更多详情... 3.强化练习阶段(为期十周的定期在线答疑讨论) 该部分是课程升级中强化练习的部分,为期十周。我们会为学员建立一个内部讨论群。在这十周内,每周固定时间通过网络授课的平台给学员解答疑问和相互交流,并布置作业,让学员独立的去思考和完成作业,在下一次网络课程中老师再做解答和交流。整个阶段仍然由Rhino原厂工程师亲自负责。通过这样一种互动的方式协助学员做大量的练习,从而真正有效的把面授课程中教授的经验和技巧掌握透彻。 面授课程的升级必定很大程度上提高学员的学习效果。同时也大幅度增加了Rhino原厂授课老师在负责教学方面投入的时间和精力。但我们始终把提高学习效果放在首要位置,所以Rhino原厂经过长时间讨论决定实行这次课程的升级,并且课程的费用保持跟升级前一致。 本次课程升级将从今年7月中旬开设的2016年暑期课程开始实行,目前课程正在接受报名中! 更多详情请浏览这里…
Added by Jessesn at 7:33pm on June 12, 2016
Comment on: Topic 'delete the duplicate data in a list.'
Would it possible to remove all the items which has clones? For example: [1, 1, 2, 3, 4, 3, 5, 6, 6] to [2, 4, 5]
Added by Kirill at 5:45am on April 19, 2020
Topic: Wish: matrix operations
ents will do or which components will be available.  My problem arises because I want to obtain a list such as the following: {{6, 5, 4, 3, 2, 1, 2, 3, 4, 5, 6}, {5, 6, 5, 4, 3, 2, 1, 2, 3, 4, 5}, {4, 5, 6, 5, 4, 3, 2, 1, 2, 3, 4}, {3, 4, 5, 6, 5, 4, 3, 2, 1, 2, 3}, {2, 3, 4, 5, 6, 5, 4, 3, 2, 1, 2}, {1, 2, 3, 4, 5, 6, 5, 4, 3, 2, 1}} Which displayed as a matrix is: If it were possible to combine GH operations (series, shift list, replace string...) with matrices I think it would be quite powerful. A matrix to list component like those available on scientific calculators, would then translate the matrix to list. For me, matrices come in handy when dealing with surface patterns. …
Added by Jesus Galvez at 6:46am on November 26, 2012
Comment on: Topic 'Hofstadter Sequence.'
6....... the Number 2 and number 5 have to be twice in the Sequence and only appear just one time  weird behavior …
Added by Toussaint Jimenez Rojas at 3:53pm on March 31, 2013
Topic: Creating a Series that does not add continously
ards to the number before the start number... i.e. 9, 0, 1, 2, 3, 4, 5, 6, 7, 8 then it will need to repeat this pattern (continuing to count upwards) and the repeat number is based on a slider (for example 3 in the case illustrated below): 9, 0, 1, 2, 3, 4, 5, 6, 7, 8 19, 10, 11, 12, 13, 14, 15, 16, 17, 18, 29, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, if anyone has any ideas on how to create this series it would be great M.…
Added by Matthew Spremulli at 10:15am on August 9, 2009
Comment on: Topic 'Set roadblock'
, {36, 46}, {38, 49}, {19, 3}, {17, 1} and what you're after is: {44, 9, 9, 6}, {42, 5, 4, 42, 42, 21}, {41, 11, 41, 27}, {0, 10}, {12, 14}, {45, 25, 25, 22}, {20, 43}, {16, 26}, {28, 30}, {36, 46}, {38, 49}, {19, 3}, {17, 1} correct?…
Added by David Rutten at 11:27am on July 26, 2017
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
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • ...
  • 145

About

Scott Davidson created this Ning Network.

Welcome to
Grasshopper

Sign Up
or Sign In

Translate

Search

Photos

  • Spiral Ramp

    Spiral Ramp

    by Parametric House 0 Comments 0 Likes

  • Polyhedra Fabrication

    Polyhedra Fabrication

    by Parametric House 2 Comments 0 Likes

  • Circular Joint

    Circular Joint

    by Parametric House 1 Comment 0 Likes

  • The Wooden Wave

    The Wooden Wave

    by Zayne Oowen Cervenka 0 Comments 0 Likes

  • The Wooden Wave

    The Wooden Wave

    by Zayne Oowen Cervenka 2 Comments 0 Likes

  • Add Photos
  • View All
  • Facebook

Videos

  • Spiral Ramp

    Spiral Ramp

    Added by Parametric House 0 Comments 0 Likes

  • Polyhedra Fabrication

    Polyhedra Fabrication

    Added by Parametric House 0 Comments 0 Likes

  • Circular Joint

    Circular Joint

    Added by Parametric House 1 Comment 0 Likes

  • Voxelized Mesh

    Voxelized Mesh

    Added by Parametric House 1 Comment 0 Likes

  • AI generated Image into 3D Deformable Unit - Midjourney + Rhino Grasshopper

    AI generated Image into 3D Deformable Unit - Midjourney + Rhino Grasshopper

    Added by kgm 1 Comment 0 Likes

  • AI generated Image Deformation in 3D by Image Sampler - Midjourney + Rhino Grasshopper

    AI generated Image Deformation in 3D by Image Sampler - Midjourney + Rhino Grasshopper

    Added by kgm 2 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