What can Python do that GH cannot?
@brobes05 wrote: Hi, I am new. I use grasshopper for pretty much everything, but often feel that it can become cumbersome. I have taken some intro python training, but have a long way to go. I would...
View ArticleQuad Mirror Script for Beer
@Yianni_VJ wrote: I need somebody to write me a simple script, someone might already have, its a common feature in some plugins. I want to Quad Mirror an object from a point in space, on the current...
View ArticleHow to access the exported dictionary in ghPython?
@xliotx wrote: I have a function in one ghpython component that export a dictionary. return {'pointP': pt_p, 'loadline': loadline, 'pline': pline, 'lines': lines, 'p_h': p_h, 'points':pts, 'section...
View ArticleStrange Error / python
@WinG wrote: Hello guys ,Recently i encountered an strange error which i could not find anything about it when i searched it , at least there is not anything about it in python , all i found was about...
View ArticleGetPlugInObject not working for VBScript?
@krsnadas wrote: I want to be able to use the VRay for Rhino methods in a VBScript code, but when I try something on the lines of Dim vRay: vRay = Rhino.GetPlugInObject("V-Ray for Matrix") Dim name:...
View ArticleHELP_ Python Primer page 57_ Geodesiccurve
@Myongki_Seong wrote: I am following Rhino 5 Python Primer regarding Geodesic curve.I am struggling to solve errors like this"Message: unsupported operand type(s) for -: 'NoneType' and 'NoneType' this...
View ArticleHow to make region or boundary from curves in Rhino script
@mutsukokono wrote: How to make region or boundary from curves in Rhino script ?RVB have command Rhino.CurveBooleanUnion (arrCurves [, blnDelete]) but arrCurves are closed, planar curves. Posts: 6...
View ArticleIs it possible to trim a pictureframe with Python without losing the picture?
@P_Thon wrote: Ok so I have to import some pictureframes in Rhino page layout and then trim some parts of them using python. but every command I use trim the surface and discard the texture, those are...
View ArticleHow to get the Name of an object?
@Tudor_Chirila wrote: Hi. I would like to know if there is any chance to get one object's name or any other attributes?I am trying to make a python script.Thanks,T. Posts: 3 Participants: 2 Read full...
View ArticleInteraktive rhino
@kasper_steenstrup wrote: I like to visualise something interaktive in rhino, just like when runnig the curvature command and you can see the curvature circle when moving along the geometry. A test...
View ArticleUsing Rhinoscript for image editing?
@krsnadas wrote: I use Python's PIL Image library often for editing render output images (Image.open, eval, load, paste, composite). Recently, I've been getting into making Rhino plug-ins. I'm...
View ArticleRS : updating object mesh without redrawing screen?
@jonah wrote: In Rhinoscript - When Rhino.EnableRedraw = False, is it possible to update a new object's display mesh without redrawing the screen (such as using Rhino.Redraw)? Thanks! Rhino.Redraw...
View ArticleExport all blocks of a model
@BaptisteC wrote: Hi there, I am looking for a piece of python code which would export all block instances of my model in as many rhino files.The aim is to create a folder and to save all my block...
View ArticlePick faces of multiple object
@BaptisteC wrote: Hi there, New try today, I'd like to be able to pick several faces of different closed polysurfaces in my model.I've tried to use the getobjects function with a custom_filter. But...
View ArticleHow to export data to this template document?
@Tudor_Chirila wrote: Hi.I need some help, maybe someone can sort this out. I have a template (.doc) and I need to export some names from Rhino to this document. The problem is that I can't get it...
View ArticleTransform from curves from world XYZ to a surface space UVN
@Willem wrote: Hi, I'm looking for a way to transform curves from WorldXYZ to a Surface's UVNi.e. script the ApplyCrv command I'm scripting in Python and have not found anything yet in RhinoCommon. I...
View ArticleCan one define a Cplane in a Python script?
@jeang wrote: ...All in the title.From 3points for example ?Thanks,Jean P. Posts: 2 Participants: 2 Read full topic
View ArticleEditPythonScript on mac missing, what about InstallPyScript while we wait?
@aalto wrote: I would like to distribute a Python script to students, and so far, they have been using them with the RunPythonScript command. It works allright, but what I would really need is a good...
View ArticleRhinoCommmon Intersect.Intersection function question
@Helvetosaur wrote: All of the Rhino.Geometry.Intersect.Intersection... methods (such as BrepBrep, BrepSurface, etc) seem to return True even if there is no intersection found... Wouldn't it be more...
View ArticleGet current settings for SelBrush?
@Helvetosaur wrote: Any way to do this via RhinoCommon? I'd rather not like to have to parse the command history... Thx, --Mitch Posts: 1 Participants: 1 Read full topic
View Article