Grasshopper

algorithmic modeling for Rhino

Minor fixes since yesterday.

Download from same location.

--
David Rutten
david@mcneel.com
Poprad, Slovakia

Views: 1469

Replies to This Discussion

I think it should represent the mood of a GH file. If all is working well then Lol Cats are in order and if there are errors then it should switch to Fail blog!
David,

not sure if it's been answered anywhere else in th GH updates but... is there an issue with the VB (RhinoCommon) Curve Trim operation? (Legacy VB works fine though).

Private Sub RunScript(ByVal nCrv As Curve, ByVal dbl As Double, ByRef A As Object)
Dim int As New Interval(dbl, 1)
nCrv.Trim(int)

A = nCrv

many thanks! :Dirk
Hi Dirk,

the Trim function on Rhino.Geometry.Curve doesn't modify the original curve, it returns a new curve. thus:

A = nCrv.Trim(int)

should work.

--
David Rutten
david@mcneel.com
Poprad, Slovakia
Hi David,
It seems trim curve with regions with this version is not working on my machine. I trimed the line with 2 rectangle but nothing came out.

Attachments:
Hi,
Is there any way to bake with material in GH 0.7.x ?
cheers.

RSS

About

Translate

Search

Photos

  • Add Photos
  • View All

Videos

  • Add Videos
  • View All

© 2024   Created by Scott Davidson.   Powered by

Badges  |  Report an Issue  |  Terms of Service