Grasshopper

generative modeling for Rhino

Liviu Teodorescu
  • Male
  • Delft
  • Netherlands
Share on Facebook
Share Twitter
  • Blog Posts
  • Discussions (34)
  • Events
  • Groups
  • Photos
  • Photo Albums
  • Videos

Liviu Teodorescu's Friends

  • Andrei Raducanu

Liviu Teodorescu's Discussions

make polyline curve in vb component
1 Reply

Hey,I'm having trouble making a polyline curve inside a VB component. I need a curve and not a regular polyline because i need to test some point inclusion inside the curve.Please help.ThanksContinue

Started this discussion. Last reply by David Rutten Dec 19, 2011.

curve / curve intersection & intersection points
3 Replies

Hey,How do you retrieve the intersection points of 2 curves? I've tried the curve curve intersection method but that outputs a curveintersections object. I'm stuck, please helpThank youContinue

Started this discussion. Last reply by Toussaint Jimenez Rojas Apr 1.

how to add to the object output in VB component
1 Reply

Hello,I want to add to the objects output in a VB component. In the earlier versions you could just do  A = A + (thing i want to add). Basically I am iterating through a nested list and want to put…Continue

Started this discussion. Last reply by David Rutten Dec 19, 2011.

Simple 1 rail sweep problem
1 Reply

Hey,I'm having a problem with a simple sweep. I know how to sweep 1 rail in grasshopper but when i try to make the rail in yz plane and the section curves in xy plane it doesn't work.Am I missing…Continue

Started this discussion. Last reply by Liviu Teodorescu Nov 15, 2011.

 

Liviu Teodorescu's Page

Latest Activity

Toussaint Jimenez Rojas replied to Liviu Teodorescu's discussion curve / curve intersection & intersection points
"can you post how you solve it  "
Apr 1
David Rutten replied to Liviu Teodorescu's discussion how to add to the object output in VB component
"Hi Liviu, A is of type System.Object and therefore you shouldn't be able to use methods or operators on it. You should declare a private variable to contain your data and only assign it to A when you're done calculating it. -- David…"
Dec 19, 2011
David Rutten replied to Liviu Teodorescu's discussion make polyline curve in vb component
"Hi Liviu, You need to create a PolylineCurve or use the ToNurbsCurve() method on your Polyline instance. -- David Rutten david@mcneel.com Poprad, Slovakia"
Dec 19, 2011
Liviu Teodorescu posted discussions
Dec 18, 2011
Liviu Teodorescu replied to Liviu Teodorescu's discussion curve / curve intersection & intersection points
"nevermind, I got it"
Dec 18, 2011
Liviu Teodorescu replied to Liviu Teodorescu's discussion curve / curve intersection & intersection points
"Obviously, inside a VB component"
Dec 18, 2011
Liviu Teodorescu replied to Liviu Teodorescu's discussion Simple 1 rail sweep problem
"I solved, the rail curve was flipped"
Nov 15, 2011
Liviu Teodorescu posted a discussion

Simple 1 rail sweep problem

Hey,I'm having a problem with a simple sweep. I know how to sweep 1 rail in grasshopper but when i try to make the rail in yz plane and the section curves in xy plane it doesn't work.Am I missing something ??Thanks!See More
Nov 15, 2011
Liviu Teodorescu replied to Liviu Teodorescu's discussion How to translate geometry inside VB component?
"Off topic: I'm having a problem when trimming a list of curves with a closed Brep. Sometimes it doesn't give the correct in-curves and out-curves and I have to bake the geometry, trim it in rhino and reference it back into grasshopper. Any…"
Oct 23, 2011
David Rutten replied to Liviu Teodorescu's discussion How to translate geometry inside VB component?
"All intersection stuff is in the Rhino.Geometry.Intersect namespace. We've done this as it otherwise wouldn't be obvious whether to put Curve|Brep intersections on curves or breps.   -- David Rutten david@mcneel.com Poprad, Slovakia"
Oct 23, 2011
Liviu Teodorescu replied to Liviu Teodorescu's discussion How to translate geometry inside VB component?
"I need the curve | curve intersection in the vb component, I can't find it under curve methods."
Oct 23, 2011
David Rutten replied to Liviu Teodorescu's discussion How to translate geometry inside VB component?
"RhinoCommon offers quite a few methods here. You can intersect line segments very quickly, you can use curve|curve intersection (slower, but works on all curves), you can test whether points are inside a closed curve region etc. You'll need to…"
Oct 23, 2011
Liviu Teodorescu replied to Liviu Teodorescu's discussion How to translate geometry inside VB component?
"Hi David,   Thanks. One more thing. These points define some polygons that inflate. I need something like collision detection; something like curve - curve intersection but also in the VB component."
Oct 22, 2011
David Rutten replied to Liviu Teodorescu's discussion How to translate geometry inside VB component?
"How are the polygons defined?   -- David Rutten david@mcneel.com Poprad, Slovakia"
Oct 22, 2011
David Rutten replied to Liviu Teodorescu's discussion How to translate geometry inside VB component?
"Hi Liviu,   translating points is quite easy:   Dim pt As New Point3d(2,4,8) Dim motion As New Vector3d(1,-6,0) pt += motion   If you want to transform the point (something more complex than a simple translation) then you can do…"
Oct 22, 2011
Liviu Teodorescu replied to Liviu Teodorescu's discussion How to translate geometry inside VB component?
"And another thing: how to obtain the intersection of several polygons in the VB component?"
Oct 22, 2011

Profile Information

Company, School, or Organization
PLN9

Comment Wall (1 comment)

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

Join Grasshopper

At 2:46pm on January 28, 2011, Andrei Raducanu said…
opa... salut
 
 
 

Translate

Search Grasshopper

Members

Photos

  • Add Photos
  • View All

© 2012   Created by Scott Davidson.   Powered by

Badges  |  Report an Issue  |  Terms of Service