generative modeling for Rhino
186 members
377 members
40 members
297 members
845 members
Hi All,Following David's example in this…Continue
Tags: Python, CustomDisplay
Started this discussion. Last reply by Anders Holden Deleuran Nov 16, 2012.
Would anyone know if there is a Python function for reparameterizing a curve (setting its domain to (0,1))? I have looked in both the RhinoScript and RhinoCommon documentation with no luck. I'm still…Continue
Started this discussion. Last reply by Anders Holden Deleuran Sep 28, 2012.
Hi All,As the title says. Any handy keyboard shortcuts available in the Python component script editor? In particular, a way of executing the script without having to get your hands off the keyboard…Continue
Started this discussion. Last reply by Anders Holden Deleuran Sep 13, 2012.
Anders Holden Deleuran replied to Timur's discussion How to make computer recognize .gh files (aka bring back .gh icons)?
Anders Holden Deleuran replied to Tyson Hosmer's discussion Old Python Components
Anders Holden Deleuran replied to Tyson Hosmer's discussion Old Python Components
Anders Holden Deleuran replied to Junichiro Horikawa's discussion Use ObjectsByLayer() in python script to output geometries in layers as grasshopper object
Anders Holden Deleuran replied to Elliot Glassman's discussion Incremental Addition of Values in List
Anders Holden Deleuran replied to Elliot Glassman's discussion Incremental Addition of Values in List
Anders Holden Deleuran replied to Stan Carroll's discussion GH component / Python-Rhino script equivalent list?
Anders Holden Deleuran replied to hurriarc's discussion a Rhinoscript method is not working in GhPython
Anders Holden Deleuran replied to Stan Carroll's discussion GH component / Python-Rhino script equivalent list?
Anders Holden Deleuran replied to perdo tred's discussion all rhino commands on grasshopper?
Anders Holden Deleuran replied to Newsum's discussion GHPython
Anders Holden Deleuran replied to Jens Pedersen's discussion Springs in the group Kangaroo
Anders Holden Deleuran replied to Friedrich Pei's discussion Using third party module in RhinoPython?
Anders Holden Deleuran replied to Miguel Vidal's discussion Global variables shared by different GH files
Mostapha Sadeghipour replied to Anders Holden Deleuran's discussion Best Practices for Input Model Geometry. in the group Ladybug
Anders Holden Deleuran replied to Danila Babko-Malyi's discussion using rhino commands in pythonHi.
Of course. Thanks for reply. I'm using conditional check. It helps more and as you said easier to figure out where the problem is.
Thanks,
Hej man,
I found it again, seems like to solve my problem i just need to post my question on your wall :D . ..
cheers...
Hi anders,
I'm trying to split curves in python and i get this eror:
Runtime error (TypeErrorException): Parameter must be a Guid or string representing a Guid
Im sure its Guid!!!
here is the simple script:
import rhinoscriptsyntax as rs
import Rhino as rc
curve01=rs.coercegeometry(x)
curve01.Domain = rc.Geometry.Interval(0,1)
print (rs.CurveDomain(curve01))
a=rs.SplitCurve(curve01,y)
ay idea!
Thanks.
Just fixed the problem, Thanks anyway.
There was a coding mistake from my side :) ...
Hi anders,
I'm working on a fillet script in python grasshopper, everything works fine as long as input polylines are in item structure, it gives eror when i set them in datatree structure this eror pops up:
Runtime error (TypeErrorException): Parameter must be a Guid or string representing a Guid
any idea?!
Thomas Bildsøe said…
© 2013 Created by Scott Davidson.
Powered by