Grasshopper

generative modeling for Rhino

pepe ballesteros
  • Male
  • madrid
  • Spain
Share on Facebook
Share Twitter
  • Blog Posts
  • Discussions (22)
  • Events
  • Groups
  • Photos
  • Photo Albums
  • Videos

Pepe ballesteros's Friends

  • Miguel Vidal

pepe ballesteros's Discussions

inclined and rotated planes

In this simple definition, some tangent planes to an helicoid unwittingly rotates ( over a thereshold in the " amplificador y" slider )and there is a slight inclination in the planes , as you can…Continue

Tags: tangent, helicoids, planes

Started Jan 20

branch inside a branch and tree type
4 Replies

how to insert new paths in the previous paths with code? ( syntax)( sorry if there is some examples. I cant found it) and what if the tree contains different types ? ( as is usual)what is the tree…Continue

Started this discussion. Last reply by pepe ballesteros Dec 11, 2011.

Tsplit
3 Replies

 some examples about how to use tree split ? (TSplit)string syntax to feed M ?Continue

Tags: stree, tree, split

Started this discussion. Last reply by pepe ballesteros Dec 7, 2011.

no voluntary type conversion
4 Replies

This does'nt works List < Curve > curvas = new List<Curve>();  // a list of curvesList < Curve > cdup = new List<Curve>();  // to store duplicates    for( int i = 0; i <…Continue

Started this discussion. Last reply by pepe ballesteros Dec 2, 2011.

 

pepe ballesteros's Page

Latest Activity

pepe ballesteros posted a discussion

inclined and rotated planes

In this simple definition, some tangent planes to an helicoid unwittingly rotates ( over a thereshold in the " amplificador y" slider )and there is a slight inclination in the planes , as you can see. ( should be verticals)so, ... whats wrong ?See More
Jan 20
pepe ballesteros replied to Drew Scherer's discussion Android to gh3D
"hi drew, try kontrolleu. a very simple, controller for gHowl and vvvv, using UDP. by the way, luis: how excellent work is gHowl. simply clever. my congratulations  "
Jan 5
pepe ballesteros replied to pepe ballesteros's discussion branch inside a branch and tree type
"understood."
Dec 11, 2011
David Rutten replied to pepe ballesteros's discussion branch inside a branch and tree type
"No, never use ArrayList. It's moot. Use List(Of Something) instead. If you don't want to commit to a specific type, then use List(Of Object). ArrayList is a left-over class from .NET 1.0 when there were no generic types yet. List(Of T) is…"
Dec 10, 2011
pepe ballesteros replied to pepe ballesteros's discussion branch inside a branch and tree type
"you're right. then traditional arraylist..."
Dec 9, 2011
David Rutten replied to pepe ballesteros's discussion branch inside a branch and tree type
"A DataTree can just be DataTree<object> if you want to put different types of data into it. The order of paths (and therefore branches) in a DataTree is determined entirely by the sort order of GH_Path. Basically, lower indices appear sooner…"
Dec 9, 2011
pepe ballesteros posted a discussion

branch inside a branch and tree type

how to insert new paths in the previous paths with code? ( syntax)( sorry if there is some examples. I cant found it) and what if the tree contains different types ? ( as is usual)what is the tree type?See More
Dec 9, 2011
pepe ballesteros replied to pepe ballesteros's discussion Tsplit
"very useful. thanks danny are you considering the develop of a data tree tools in grasshopper exhaustive tutorial ? is a great void"
Dec 7, 2011
taz replied to pepe ballesteros's discussion Tsplit
"I've always wondered why grafting a fresh series produces a 3 level tree.  I'm always toggling the simplify as well to start things out as simple as possible..."
Dec 2, 2011
pepe ballesteros replied to pepe ballesteros's discussion no voluntary type conversion
"understood. then same with trees?.. with arrays... could be possible , for example , to use stack data to copy paths ( using path as a list)?"
Dec 2, 2011
David Rutten replied to pepe ballesteros's discussion no voluntary type conversion
""there is a method to duplicate a list?" No. The C++ language has instance duplication almost build in, but no such agreement exists for .NET. In fact there are loads of classes that cannot be easily duplicates or indeed duplicated at…"
Dec 2, 2011
Danny Boyes replied to pepe ballesteros's discussion Tsplit
"The best thing about Tree Split is that it maintains the original Path Structure. This allows you to manipulate the split data and then merge it back in further down stream with the others. Where as Tree Branch creates a brand new list with its own…"
Dec 2, 2011
pepe ballesteros posted discussions
Dec 2, 2011
pepe ballesteros replied to pepe ballesteros's discussion no voluntary type conversion
"1.- yes. pretty accurate :) curvas has a feed from outsde as a list. im just trying to isolate the problem. sorry 2.- I understand. Duplicate is a method of the curve class  ( donkey) then .. there is a method to duplicate a list ?"
Dec 2, 2011
David Rutten replied to pepe ballesteros's discussion no voluntary type conversion
"Two problems I see: curvas doesn't contain any items, it's an empty list. cdup = curves[i].DuplicateCurve(); cannot be compiled because you're trying to assign a Curve to the cdup variable, which is a List<Curve>. You want to…"
Dec 2, 2011
pepe ballesteros replied to pepe ballesteros's discussion point groups
"simply brilliant"
Dec 2, 2011

Profile Information

Company, School, or Organization
upm
Web or Blog
http://arquitecturaparametrica.dpa-etsam.com/20092010/

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