Grasshopper

algorithmic modeling for Rhino

Mkr's Blog – March 2015 Archive (2)

Beep on complete

Component that beeps when calculation is done. 

Download file: https://www.dropbox.com/s/uhiyqexp97r3ilj/AudioOnComplete02.gh

Download signal: https://www.dropbox.com/s/ipunep68m9uvcu5/BEEP_01.WAV

Sourse: http://www.hiteca.ru/2014/03/grasshopper-beep.html

Added by Mkr on March 31, 2015 at 10:53am — No Comments

A script to open difinition from Rhino

Use this script to open specific definition...

-_RunPythonScript (

import Rhino

import System

gh = Rhino.RhinoApp.GetPlugInObject("Grasshopper")

gh.LoadEditor()

gh.ShowEditor()

gh.OpenDocument("D:\\Grasshopper\\file.gh")

)

 

...or use this to enter needed file name in command…

Continue

Added by Mkr on March 20, 2015 at 7:05am — 1 Comment

About

Translate

Search

Videos

  • Add Videos
  • View All

© 2024   Created by Scott Davidson.   Powered by

Badges  |  Report an Issue  |  Terms of Service