algorithmic modeling for Rhino
79 members
285 members
735 members
1116 members
1004 members
I posted a Python implementation of multiquadric surface that was first presented by Hardy in 1971.
http://mikity.wikidot.com/surface-approximation-of-point-clouds-by-using-multiquadric
Posted on November 22, 2014 at 8:04pm
Rhino.Common documents said Rhino.Geometry.Plane(a,b,c,d) creates ax+by+cz=d, but, it seems like to create 1/N(ax+by+cz)=d, where N=Sqrt(a*a+b*b+c*c).
The problem is, d is not divided by N. When (a,b,c) is not normalized vector, the returned plane is different from expectation.
Posted on February 25, 2014 at 4:56am — 1 Comment
Parallel Linq seems not to be available in Grasshopper components. I found Reactive Extensions Experimental here, http://ning.it/Osud84 Just run Observable.ForkJoin(Action1,Action2,...).First(); so that Actions are executed in parallel. (Is this popular?)
Posted on September 13, 2012 at 9:16am
Welcome to
Grasshopper
Added by Parametric House 0 Comments 0 Likes
Added by Parametric House 0 Comments 0 Likes
Added by Parametric House 0 Comments 0 Likes
Added by Parametric House 0 Comments 0 Likes
© 2024 Created by Scott Davidson. Powered by
Comment Wall (1 comment)
You need to be a member of Grasshopper to add comments!
GhPython Workshop coming up this month. Tool developer Chris Mackey is teaching a live webinar titled - Making Your Own Python Components. More information and registration at https://attendee.gototraining.com/42b11/register/4476111114579892225