Grasshopper

algorithmic modeling for Rhino

Masaaki Miki
  • Male
  • Chicago, IL
  • United States
Share on Facebook
Share on Facebook MySpace

Masaaki Miki's Friends

  • Llordella Patricio
  • XIMENA TORRES
  • roderick read
  • andré fox
  • Juan P. López Coronel
  • Alex
  • Ali Habibian
  • Hrvoje Petrovic
  • Martin Dembski
  • Jason Lim
  • Giulio Piacentino
  • javier zaratiegui
  • Daniel Piker

Masaaki Miki's Groups

 

Masaaki Miki's Page

Profile Information

Masaaki Miki's Photos

  • Add Photos
  • View All

Comment Wall (1 comment)

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

At 7:32am on October 10, 2016, Arpan Bakshi said…

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

Masaaki Miki's Videos

  • Add Videos
  • View All

Masaaki Miki's Blog

Multiquadric surface

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 — 1 Comment

Unexpected behavior in Rhino.Geometry.Plane(a,b,c,d)

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 execution

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

 
 
 

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