Search
  • Sign In

Grasshopper

algorithmic modeling for Rhino

  • Home
    • Members
    • Listings
    • Ideas
  • View
    • All Images
    • Albums
    • Videos
    • Architecture Projects
    • Installations
    • Add-ons
  • Forums/Support
    • Current Discussions
  • My Page

Search Results - 500双色球杀号定胆『0TBH·COM』双色球第14123期推荐2023年3月20日9时47分4秒.H5c2a3.e0mq2swss

Topic: How to add DimensionStyle to the LinearDimension?
imension(new Plane(new Point3d(5, 3, 0), Vector3d.ZAxis), new Point2d(0, 0), new Point2d(10, 10), new Point2d(5, 5));   myDim.TextHeight = 500;   doc.Objects.AddLinearDimension(myDim); The bold line seems to be not working because I can't see any changes of text size in the rhino document. 2. I failed to add my DimStyle Object to the LinearDimension object I created above.      Rhino.DocObjects.DimensionStyle myDimStyle = new Rhino.DocObjects.DimensionStyle();   myDimStyle.ArrowLength = 100;  myDimStyle.TextGap = 200;  myDimStyle.TextHeight = 500;   int dimStyleIndex = doc.DimStyles.Add("myDimStyle", false);   myDim.DimensionStyleIndex = dimStyleIndex; The bold line seems to be not changing the style of my LinearDimension object. Could anyone help me with these two failures? Thanks! -Jerome …
Added by Jerome at 12:58am on January 4, 2012
Topic: mesh(+) Version 1-09.1
xed as well as a changes to several components which increase functionality  v_1-09.1 - Added vertex colors to all components which create meshes as an output. New vertexes created in operations average their colors based on their location within each mesh face - Added "clr" input to several m(+) components which allows for the placement of a color or a per face list of colors which will replace the averages vertex color at newly created edge conditions. - Added "clr" input to several n(+) components which allows a corresponding list of colors to be passed for each input point. - Added internal quad face boolean for volume based components which only properly operate on quad faces. If triangular faces are found in the inputs, the component skips these meshes - Added face count check to mesh face subdivision component. If the input mesh only contains one face, it is skipped. - Fixed Branch components loops input which was previously limited to 3. - Fixed "t" value relationship on several volume components making parameters affected clearer - Fixed Polyp edge radius input, reversing relationship, now 0-1 stays within bounds of face.- Changed loft component inputs from points to curves.…
Added by David Mans to mesh+ at 8:08pm on February 2, 2014
Comment on: Topic 'Fibonacci'
re_Never_Ends_V666". 3. Delete the left C# that does the Ziggurat (and feeds the truss maker with the "skin"). 4. Remove all the comments of type "don't touch ..." > be brave. 5. Create any spiral surface (like the ones shown as demos) in Rhino. Or Any List of surfaces (say: one spiral surface and some others -  but better start with ONE test surface). DO NOT use trimmed surfaces (only my "pro" C# truss maker does this - but it's incredibly complex to handle it). In fact ... you can use them ... but forget it, for the moment. 6. Feed this green GH component  shown (aka: the Red pill [Matrix], he he)  with your surface(s) > surrender to the crazy world of trusses.  7. Listen to some appropriate stuff . …
Added by peter fotiadis at 5:55am on March 14, 2015
Topic: Triangular Grid on Freeform
ucture of the Building can be seperated into three layers.1. There are the big triangles that create the form of the buildings.2. The supporting structure.3. windows and tilesFor part 1 I am remodelling the cladding.part 2 and 3 are the same, just with a different size of triangles.My question now ist, how can i cut out the triangles of the supporting structure and the windows and tiles?Or do you have any other idea how i might remodel this building?Thanks in advance, Simon…
Added by SH at 7:15am on May 24, 2013
Topic: LB terrain generator
use Google's API, especially if you'd like to achieve a great quantity of data without overloading Google's servers. I used a way to request data without overloading Google's servers by using a tiling method. Obviously, this component respects the limit of 2500 requests per day. This is how the component works: 1) set one point and its coordinates 2) generate surfaces by using isotrim component (Basically, each sub-surface is a request) 3) set the number of division of each surface and the resolution of Google static maps 4) run, move points and generate surfaces with surface from points 5) apply textures to the surfaces In the image below another small example: I was thinking that this should be useful for wind simulation with Butterfly, maybe.   Best Antonello…
Added by Antonello Di Nunzio to Ladybug Tools at 8:27am on August 18, 2016
Topic: Beginner at Python, come across a dead end and can't figure it out!
wfullscreen mozallowfullscreen allowfullscreen></iframe> <p><a href="https://vimeo.com/60606151">06.03 Travelling Salesman - Python</a> from <a href="https://vimeo.com/exlab">exlab.org</a> on <a href="https://vimeo.com">Vimeo</a>.</p> However, I've run into a dead end where on line 3 it says  "Runtime error (UnboundNameException): name 'startIndex' is not defined" I've tried changing the inputs' names on the Python inputs but have found nothing. What does the 'startIndex' being not defined means? I assume it just can't find the "startIndex" as I may have missed it in my cluster? Some help would greatly be appreciated, I've attached my gh definition if anyone is able to look. Thanks a lot for your help guys. Ed …
Added by Edward at 12:21am on April 16, 2015
Topic: 3 diagrid definitions
http://buablog.wordpress.com/2010/12/08/diagrid-iterations/                    
Added by matei denes at 11:27am on December 5, 2010
Topic: network surface like loft definition - almost works, but not quite
aver (though not as ugly in my example file, I hope), in grasshopper. Typically I would do this in rhino with a network surface, or perhaps a loose loft with a lot of cross sections. To avoid having a lot of cross sections to define, I thought I'd be smart, and use curves for loose loft in the length direction; 4 would already give me a lot of control over the surface. However, if you can't control the orientation of the isocurves in the 'cross-section' direction, you can get an ugly, ill-defined stretched surface, typically if you go 'around a corner'. So, I added guide curves (the green ones) in the side view, that split the loft curves - so you divide the surface in smaller parts, essentially defining where cross sections are going to be. It almost works... but it turns out, the surfaces are not quite tangent when the curvature gets bigger, as the zebra analysis pic shows. Such a shame - otherwise it was working perfectly, and a very simple way to get a parametric 'network surface' like definition in GH. So: 1) Anyone knows why it isn't working, why my surfaces don't stay tangent, even if the loft curves of the respective surfaces are perfectly tangent (as they originate from one curve, split into several)? 2) Even better, know of a way to solve it, or at least create something similar that does work? Thanks very much, Michiel …
Added by Michiel Cornelissen at 2:02am on December 10, 2012
Event: DIGITAL PARAMETRICS Rhino3D + Grasshopper
next level. This Parametric Design course will provide the participants with the necessary knowledge and ability to use Grasshopper, a free visual programming plugin in Rhinoceros; you will be guided through a series of hands-on exercises that highlight NURBS modeling and its concepts. We will introduce Grasshopper as a graphical algorithm editor tightly integrated with Rhino’s 3D modeling tools. You will also learn how Rhino is used to render models for visualization, translate 3D models for prototyping, and export 3D models into 2D CAD or graphics programs. English is the course main language. Location: Düsseldorf city center Registration and buying Tickets www.digitalparametrics.eventbrite.de Course Calendar: 4 Days 6 hours each Total duration 24h 2 weekends Date: Sat. 17 - Sun. 18 June Sat. 24 - Sun. 25 June 10:00 - 17:00 Getting Started in Rhino. 2 days (17 - 18 June) Getting Started in Grasshopper. 2 days (24 - 25 June) ----------------------------------------------------------------------- Participants will be given a certificate of participation at the end of the course. ----------------------------------------------------------------------- Course fees: Professionals: 600€ (excl. MwSt.) Students: 500€ (excl. MwSt.) Students need to provide: Copy of current student ID or proof of student enrollment at University/School. Group discounts: Group of 3 professionals: 3x500 = 1500€ (excl. MwSt.) Group of 3 Students: 3x400 = 1200€ (excl. MwSt.) Participants are kindly asked to bring their own laptops and have pre-installed Rhino + Grasshopper. Useful Resources: Rhinoceros Installation (90 days full version trial available): http://www.rhino3d.com/download Rhinoceros for Mac (includes Grasshopper) http://www.rhino3d.com/download/rhino-for-mac/5/wip Grasshopper Free Installation: http://www.grasshopper3d.com/page/download-1 Grasshopper Free Plugins: http://www.food4rhino.com/app/lunchbox http://www.giuliopiacentino.com/weaverbird Main Tutor: Rihan M.A. Dipl.Ing. Architect Architect at RKW Architektur + Düsseldorf For any questions about the course, please email: info@immersive-studio.com…
Added by IMMERSIVE Studio at 11:13am on June 4, 2017
Topic: Equalty of 3 items
goal ist to use a component to tell the brick, you either be the same as the 1. selfmade brick or the 2. to compare those I drew lines from the center point of each surface to their cornerpoints: Then I took the overall length of all these lines together. and divided the area by this length: The endpart of the script looks like this: i'm trying to figure it out with galapagos, it somehow works but it can either make the 1. Equals-component to be true (so every item is true) or the 2. component but i'd like to have a list that for example says: True, True, True, False, True, False, False,... Thanks for help …
Added by JJK at 12:59pm on May 21, 2015
  • 1
  • ...
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20

About

Scott Davidson created this Ning Network.

Welcome to
Grasshopper

Sign In

Translate

Search

Photos

  • Circuit Pavilion Rhino Grasshopper Tutorial

    Circuit Pavilion Rhino Grasshopper Tutorial

    by June Lee 0 Comments 1 Like

  • Circuit Pavilion Rhino Grasshopper Tutorial

    Circuit Pavilion Rhino Grasshopper Tutorial

    by June Lee 0 Comments 0 Likes

  • Vase

    Vase

    by Andrey Zotov 0 Comments 2 Likes

  • Vase Mesh

    Vase Mesh

    by Andrey Zotov 0 Comments 1 Like

  • Patterns

    Patterns

    by Andrey Zotov 0 Comments 0 Likes

  • Add Photos
  • View All
  • Facebook

Videos

  • Circuit Pavilion Rhino Grasshopper Tutorial

    Circuit Pavilion Rhino Grasshopper Tutorial

    Added by June Lee 0 Comments 0 Likes

  • Floating Mobius Pavilion Rhino Grasshopper Tutorial

    Floating Mobius Pavilion Rhino Grasshopper Tutorial

    Added by June Lee 0 Comments 0 Likes

  • Magnet Shade Pavilion Rhino Grasshopper Tutorial

    Magnet Shade Pavilion Rhino Grasshopper Tutorial

    Added by June Lee 0 Comments 0 Likes

  • Ngon Mesh

    Ngon Mesh

    Added by Parametric House 1 Comment 0 Likes

  • Minimal Surface

    Minimal Surface

    Added by Parametric House 0 Comments 0 Likes

  • Wind Pavilion

    Wind Pavilion

    Added by Parametric House 0 Comments 0 Likes

  • Add Videos
  • View All
  • Facebook

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

Badges  |  Report an Issue  |  Terms of Service