Grasshopper

generative modeling for Rhino

Randolph Fritz
  • Female
  • Berkeley, CA
  • United States
Share on Facebook
Share Twitter
  • Blog Posts
  • Discussions (17)
  • Events
  • Groups
  • Photos
  • Photo Albums
  • Videos

Randolph Fritz's Discussions

The Top Point
5 Replies

I have a line. I'd like to find the endpoint with the larger z value. How do I approach this?Continue

Started this discussion. Last reply by Florian Frank Jan 22.

ghpython, varying output

Is there any way to make ghpython act as a generator, so that its output could be 1, 2, 3, 4, ..., with a one second pause between steps?Continue

Started Jan 11

Baking Grasshopper Solutions Using Python
6 Replies

(Copied from Rhino.Python; I'm told this is where more people who can help me hang out)I'm building a series of window-blind models to be used for lighting simulation, and I'd like to be able to…Continue

Started this discussion. Last reply by Randolph Fritz Jan 22.

Really could use a sign transfer function
8 Replies

I found myself wanting to write sign(x) in an expression, and there doesn't seem to be an easy way to do it; I'm going to use a conditional instead.Continue

Started this discussion. Last reply by Igor Jul 9, 2012.

 

Randolph Fritz's Page

Latest Activity

Randolph Fritz replied to Randolph Fritz's discussion Baking Grasshopper Solutions Using Python
"Thanks!"
Jan 22
Randolph Fritz replied to Darren Chang's discussion Python or C#
"+ now you know why it's hard to find answers on this question. Opinions are strongly held, and solid information is scarce on the ground."
Jan 22
Anders Holden Deleuran replied to Randolph Fritz's discussion Baking Grasshopper Solutions Using Python
"Regarding number 7. this might help."
Jan 18
Randolph Fritz replied to Randolph Fritz's discussion Baking Grasshopper Solutions Using Python
"Ah. Finally figured out how to upload a script--as an attachment. So here it is, for anyone who is interested. A few notes on the script: To iterate through the blind positions, I used an integer slider with animate--this was the only way I found…"
Jan 17
Randolph Fritz replied to Darren Chang's discussion Python or C#
"Python is vendor-independent and available across many platforms; C# is a proprietary Microsoft language. If you want your scripts to have a chance of working on Macs, Python is the better choice. Generally, Python is the more concise language, and…"
Jan 17
Randolph Fritz replied to Randolph Fritz's discussion Baking Grasshopper Solutions Using Python
"I got it working; here's my notes and my code. (Crossposted to python.rhino3d.com) To iterate through the blind positions, I used an integer slider with animate--this was the only way I found to do it. I converted my spreadsheet of (angle,…"
Jan 14
Randolph Fritz replied to Randolph Fritz's discussion Baking Grasshopper Solutions Using Python
"I'll give that a try."
Jan 14
Benjamin Golder replied to Randolph Fritz's discussion Baking Grasshopper Solutions Using Python
"make a slider that selects a given pair, using the index of the pair. connect everything so that it will bake the selected pair right click on your selection slider and go to "Animate""
Jan 11
Randolph Fritz posted discussions
Jan 11
Igor replied to Randolph Fritz's discussion Really could use a sign transfer function
"...or if(x=0,0,x/abs(x)) ......"
Jul 9, 2012
Igor replied to Randolph Fritz's discussion Really could use a sign transfer function
"Try to use  if(x<0,-1,0)+if(x>0,1,0) , why would be not ...."
Jul 9, 2012
Randolph Fritz replied to Randolph Fritz's discussion Really could use a sign transfer function
"A very late note in this chain; this is called the "signum" function, usually denoted "sgn," though some computer languages make it "sign." See http://www.mathworks.com/help/techdoc/ref/sign.html…"
Jul 9, 2012
Randolph Fritz replied to Randolph Fritz's discussion Really could use a sign transfer function
"I was thinking more of the more modern sign() function, where:                    -1 if x < 0 sign(x) =        0 if x = 0              …"
Jun 22, 2012
Randolph Fritz replied to Randolph Fritz's discussion Really could use a sign transfer function
"Thanks."
Jun 22, 2012
Danny Boyes replied to Randolph Fritz's discussion Really could use a sign transfer function
Jun 22, 2012
Danny Boyes replied to Randolph Fritz's discussion Really could use a sign transfer function
"I think it refers to the SIGN transfer function of Fortran days. Where you could specify two variables Sign(x,y) which would change the sign of x if y was different. eg sign(1,2) = 1 sign(1,-2) = -1 sign(-1,2) = 1 sign(-1,-2) = -1"
Jun 22, 2012

Profile Information

Company, School, or Organization
Lawrence Berkeley National Laboratory

Comment Wall

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

Join Grasshopper

  • No comments yet!
 
 
 

Translate

Search Grasshopper

Photos

  • Add Photos
  • View All

© 2013   Created by Scott Davidson.   Powered by

Badges  |  Report an Issue  |  Terms of Service