Grasshopper

generative modeling for Rhino

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

Piet lelieur's Friends

  • Patrick Seurinck
  • Jon Mirtschin
  • corneel cannaerts

piet lelieur's Discussions

stair

Hi,I just created a stair-script to create a stair with fixed stepheight and stepdepth.You can give the thread, riser, nosing, stepwith, stepthickness and the number of steps per flight and the…Continue

Tags: staircase, stair

Started Jun 14, 2011

bug in latest build? problem with offset in VBA script
4 Replies

Hi,last friday I installed the latest grasshopper update (grasshopper_wip_20110307) and I notticed that the VBA-modules in my script where not longer working. The error seems to be in this line:Dim…Continue

Started this discussion. Last reply by David Rutten Apr 13, 2011.

tolerance problem with line-plane intersection
2 Replies

I'm having a tolerance problem with the line-plane intersection command. If I ask the intersection points of 4 lines with a plane and use these to draw a polyline then the polyline is not planar!…Continue

Tags: plane, line, intersection, tolerance

Started this discussion. Last reply by piet lelieur Dec 6, 2010.

calculate area moment relative to given axis

Hi all,I want to calculate the area moment of a brep relative to a given axis (the brep is not parallel to the world coordinate system). I see 3 possible solutions but I don't find the syntax in the…Continue

Started Aug 27, 2010

 

piet lelieur's Page

Latest Activity

piet lelieur replied to Xiaoming's discussion Components for Excel read and write
"Very interesting component, I have the same problem (probably also a language problem) and used the workaround of Mateusz. I made a VB-component with only the  " System.Threading.Thread.CurrentThread.CurrentCulture = New…"
Feb 24
piet lelieur posted a discussion

stair

Hi,I just created a stair-script to create a stair with fixed stepheight and stepdepth.You can give the thread, riser, nosing, stepwith, stepthickness and the number of steps per flight and the corner between the flights. like this it is possible to create a freeformed stair with constant steps. let me know what you think of it.PSee More
Jun 14, 2011
David Rutten replied to piet lelieur's discussion bug in latest build? problem with offset in VBA script
"Hoi Piet,   er is iets verschrikkelijk mis met de Curve Offset functie in de SDK. Het is een nieuw probleem maar het is nog niet duidelijk wat de oorzaak is. Zodra ik het gevonden heb komt er onmiddelijk een nieuwe versie uit.   -- David…"
Apr 13, 2011
piet lelieur replied to piet lelieur's discussion bug in latest build? problem with offset in VBA script
"hallo David, ik heb deze morgen de laatste GH versie gedownload (grasshopper_wip_20110412) en heb opnieuw problemen met het VBA script. Dit was aangepast aan de vorige GH versie (grasshopper_wip_20110307) en werkte daar wel weer volledig. Ik ben dus…"
Apr 13, 2011
piet lelieur replied to piet lelieur's discussion bug in latest build? problem with offset in VBA script
"Dag David, dank u voor het snelle (en correcte) antwoord. ik had al de vorige versie van GH terug gezet maar zat met een aantal problemen van backward compatibility (ik had verder gewerkt in de laatste versie... ) blijkbaar heb je gewerkt aan de…"
Apr 11, 2011
David Rutten replied to piet lelieur's discussion bug in latest build? problem with offset in VBA script
"Hoi Piet,   het kan zijn dat de functie is veranderd in RhinoCommon. Ik kan me niet herinneren dat dat is gebeurd, maar de foutmelding laat weinig andere opties toe.   Je gebruikt twee tolerantie waardes (1e-3 & 1e-4) maar alle Offset…"
Apr 11, 2011
piet lelieur posted a discussion

bug in latest build? problem with offset in VBA script

Hi,last friday I installed the latest grasshopper update (grasshopper_wip_20110307) and I notticed that the VBA-modules in my script where not longer working. The error seems to be in this line:Dim inner As Curve() = section.ToNurbsCurve().Offset(normal, pc, -plate, 1e-3, 1e-4, Rhino.Geometry.CurveOffsetCornerStyle.Sharp)the error message is:"            {0}0. Error: Het oplossen van de overbelasting is mislukt omdat dit aantal argumenten door geen enkele toegankelijke Offset wordt…See More
Apr 11, 2011
piet lelieur replied to piet lelieur's discussion tolerance problem with line-plane intersection
"David, thanks for replying, I'm working in meters now and the problem doesn't occur any more. the planarity problem is especially annoying when offsetting a closed curve (then the result isn't closed anymore). What I don't…"
Dec 6, 2010
David Rutten replied to piet lelieur's discussion tolerance problem with line-plane intersection
"The deviation from planarity is 4.5e-12. This is an absolutely tiny difference (especially considering mm). I'm far more worried about the display degradation between the Grasshopper geometry and the native Rhino display when I bake those…"
Dec 5, 2010
piet lelieur posted a discussion

tolerance problem with line-plane intersection

I'm having a tolerance problem with the line-plane intersection command. If I ask the intersection points of 4 lines with a plane and use these to draw a polyline then the polyline is not planar! this occurs when the coordiantes are very big (>10^3) if I set the drawing in meters then I don't have this problem. I tried changing the tolerance and precision in Rhino but this seems not to have any effect. Is there another way to deal with this so I can keep working in mm instead of m? 
Nov 26, 2010
piet lelieur replied to piet lelieur's discussion how to move a vertex of an oncurve in VB
"Hey David, Corneel, bedankt voor de tips om de code een beetje overzichtelijk te houden. Ik ben begonnen met groeperen en het ziet er al heel wat overzichtelijker uit. In mijn beginners enthousiasme heb ik natuurlijk niet de ganse tutorial gelezen…"
Sep 2, 2010
taz replied to piet lelieur's discussion how to move a vertex of an oncurve in VB
"How come the GH Google translate toolbar doesn't have English as a translation option? That would be handy if it can be updated..."
Sep 1, 2010
David Rutten replied to piet lelieur's discussion how to move a vertex of an oncurve in VB
"Componenten hebben al een aantal mogelijke kleuren die worden toegeschreven a.d.h.v solution-state. Ik denk dat het onoverzichtelijk wordt als er ook nog gebruikers kleuren bovenop worden gegooid. Wat wel kan is dat je bepaalde componenten…"
Sep 1, 2010
corneel cannaerts replied to piet lelieur's discussion how to move a vertex of an oncurve in VB
"hey Piet, best per vraag een nieuw tpoic openen... enige tips die ik kan geven: compact maar duidelijk werken, dingen goed uitlijnen en groeperen per logish blok, veel comments en tekstvensters. meer tips…"
Sep 1, 2010
piet lelieur replied to piet lelieur's discussion how to move a vertex of an oncurve in VB
"David, het was met Corneel (die hierboven reply-de) dat ik dit weekend over grasshopper bezig was. Hij vertelde me dat er vroeger een functie zat in grasshopper om verschillende componenten te groeperen in een soort functie maar dat je die er weer…"
Aug 30, 2010
David Rutten replied to piet lelieur's discussion how to move a vertex of an oncurve in VB
"Hoi Piet, fantastisch! Erg blij dat het allemaal zo soepel gelopen is. -- David Rutten david@mcneel.com Poprad, Slovakia"
Aug 30, 2010

Profile Information

Company, School, or Organization
stumou

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