Grasshopper

generative modeling for Rhino

  • Blog Posts
  • Discussions (8)
  • Events
  • Groups
  • Photos
  • Photo Albums
  • Videos

Gandalf85's Friends

  • Daniel Piker

Gandalf85's Discussions

Frit Pattern
6 Replies

Hi All,does anybody know how I can script this pattern in VB.net? What parametric model/equations do I need?JoshContinue

Started this discussion. Last reply by ryles Dec 2, 2010.

Geometry array and sorting
8 Replies

Hi All,Im trying to write a VB.net component which would get as input some geometry, evaluate its centroid and then create copies of this geometry matching the centroid with the points of a 3d array…Continue

Started this discussion. Last reply by sinanman Apr 7, 2010.

scripting space packing

Hello All,I am trying to combine GH and some VB.net code to achieve a parametric regular octahedral space filling as shown in picture 1. The tasks I want to perform by VB.net scripting are1) Input…Continue

Started Dec 23, 2009

 

Gandalf85's Page

Latest Activity

ryles replied to Gandalf85's discussion Frit Pattern
"thank you David!"
Dec 2, 2010
Gandalf85 replied to Gandalf85's discussion Frit Pattern
"Hi David, thank you very much indeed! Can it be this pattern is a made up of a sync function? The dots seem arranged in a sine function!"
Nov 24, 2010
David Rutten replied to Gandalf85's discussion Frit Pattern
"Like so? I actually found a bug with Curve|Line intersection and degenerate curve bounding boxes. That's why the division slider is limited to odd numbers only, to prevent a single straight segment from appearing in the middle of the…"
Nov 24, 2010
ryles replied to Gandalf85's discussion Frit Pattern
"Hey David, If you have time could you work up an example? I'm going to go try something, but I'd like to see how the Master would do it. ;-) Thanks, ryan"
Nov 24, 2010
Gandalf85 replied to Gandalf85's discussion Frit Pattern
"Hi David, I found it here (look at the bottom) http://www.aecbytes.com/viewpoint/2007/issue_32.html . It says they developed it in LISP for Acad ... so just wondering how to make in VB; I think the arc arrangement of circles is due to the changing…"
Nov 24, 2010
David Rutten replied to Gandalf85's discussion Frit Pattern
"It appears to be a collection of arcs that bulge further out as you go left or right from the center. These arcs are then intersected by horizontal lines since all the circles appear to be strictly aligned. I'm not quite sure how the circle…"
Nov 23, 2010
Gandalf85 posted a discussion

Frit Pattern

Hi All,does anybody know how I can script this pattern in VB.net? What parametric model/equations do I need?JoshSee More
Nov 23, 2010
Gandalf85 commented on Garcia del Castillo's blog post SmartGeometry BCN 2010 Live Coverage
"oh please keep posting photos especially from NonlinearBiology..very interesting. what are those nodes?"
Mar 19, 2010
Gandalf85 replied to Gandalf85's discussion Geometry array and sorting
"Hi Damien, thank you very much for helping! I have to say after your explanation the uses of such classes is much clearer and helped to make some improvements in the code. It's shame rhino.net documentation is a bit poor at moment. In order…"
Jan 6, 2010
Damien Alomar replied to Gandalf85's discussion Geometry array and sorting
"In this case, making the copy is very important. The translate and transform methods will work directly on the object that's calling the method, so without creating the new instances you'd just be moving the same one around. Multiple…"
Jan 5, 2010
Gandalf85 replied to Gandalf85's discussion Geometry array and sorting
"Damien, thank you very much! this is extremely helpful . I actually didn't know I could make copy of my geometry by simply defining a new object and pass by it the constructor of the class (Dim tempBrep As New OnBrep(brep) ). The trouble I…"
Jan 5, 2010
Damien Alomar replied to Gandalf85's discussion Geometry array and sorting
"See if the attached helps. All you need to do with the AreaMassProperties method is pass in the OnMassProperties variable that you've declared. Only after you've done that can you extract the centroid of the object. Then the centroid is…"
Jan 5, 2010
Gandalf85 replied to Gandalf85's discussion Geometry array and sorting
"Hi Damien and Suryansh , Unfortunately my geometry is not a closed brep, does it work anyway? Please look at the picture Anyway I am confused about how to use the AreaMassProperties method. I read the rhino sdk .net help but it not clear…"
Jan 5, 2010
Damien Alomar replied to Gandalf85's discussion Geometry array and sorting
"short hand method... myBrep.Translate (ToPoint - FromPoint)"
Jan 4, 2010
Suryansh Chandra replied to Gandalf85's discussion Geometry array and sorting
"to follow that up, you subsequently need to create vectors from this centroid to all your target points, and use the vectors as transformation. Depending on the geometry type you are using, some have a built in function .Transform, or you could use…"
Jan 4, 2010
Damien Alomar replied to Gandalf85's discussion Geometry array and sorting
"Assuming its a brep, declare a variable with the type OnMassProperties to pass into OnBrep.AreaMassProperties. Then use the Centroid method of your declared variable to get the point and move accordingly. If its a curve, you'll still have to…"
Jan 4, 2010

Profile Information

Comment Wall

You need to be a member of Grasshopper to add comments!

Join Grasshopper

  • No comments yet!
 
 
 

Translate

Search Grasshopper

Members

Photos

  • Add Photos
  • View All

© 2012   Created by Scott Davidson.   Powered by

Badges  |  Report an Issue  |  Terms of Service