Will Rhino 7 use python 2.7 or 3.8?
@Erdem wrote: Hello everyone, I hope you are safe! I think there are good improvements in Python 3.8 as opposed to 2.7 so I was wondering if at any stage new Python will be implemented in R7 or not?...
View ArticleWhy does this mesh needs rebuilding? And how in Python?
@Holo wrote: Hi guys, I have a scritp that builds simple roads on mesh terrains: image874×542 206 KB But the road looks bumpy until I run the “RebuildMesh” command, and then it looks like this:...
View ArticleUnroller Class Confusion?
@TianYing wrote: I am trying to reproduce the UnrollSrf(Label=Yes) command in rhino using the IronPython component in grasshopper. I am using the functions of Rhino.Geometry.Unroller and dealing with...
View ArticleReparametrize geometry python
@onlyforpeace wrote: Hi, is there a reparametrize method in python, like in grasshopper? to make the domain of a curve from 0 to 1? Posts: 4 Participants: 4 Read full topic
View ArticleMesh quads and normals with Python?
@Michael_Meyer wrote: Hi…, I want to get all mesh quads with their vertices and their quad normal in Python. I don’t see, which methods to use:...
View ArticleCumulative volume of meshes and srfs and polysrfs
@phcreates wrote: In Rhinoscript, how can I get the cumulative volume of an array of objects, if the array can contain surfaces, polysurfaces, and meshes? For Rhino 6/7, windows Posts: 3 Participants:...
View ArticleImporting IronPython libraries
@D.Ronald wrote: I also have the same problem importing other IronPython libraries, such as the urllib and urllib2 for writing web requests. I’m using Rhino 6 SR 24 on Windows. Posts: 6 Participants:...
View ArticleGH batch export of Curves to PDF, Image, or AI
@brobes05 wrote: (topic withdrawn by author, will be automatically deleted in 24 hours unless flagged) Posts: 1 Participants: 1 Read full topic
View ArticleRhino C++ GetUserString
@aitorerana wrote: Hi, I’ve a problem with mi Rhino C++ plugin. I want to set some attibutes to some objects. I found this code and aparently the first part works propertly (I think) but to ensure I...
View ArticleExterior surfaces only
@eric.bunn wrote: In Solidworks one can save an assembly file as an exterior surface only part and for complex assemblies it reduces file sizes dramatically. It is common for me to get customer...
View ArticleRhinoScript Object ID
@rhorsefield wrote: The Rhino.IsObject(strID) always returns false if I manually set strID to a valid ID as returned by Rhino’s List command. For instance: strID =...
View Article[Python] Add Curve Piping Render Property to curves
@Dow wrote: Hi, I need to add the Curve Piping Render Property to a series of curves (in Python). I have searched the RhinoCommon API docs, examples, and here on the forum without any success. Perhaps...
View ArticleLayout Grid Spacing
@eric.bunn wrote: Hi, Is there a way to set the grid spacing in a New Layout using Python? Eric Posts: 2 Participants: 1 Read full topic
View ArticleDelete this topic
@onlyforpeace wrote: (topic withdrawn by author, will be automatically deleted in 24 hours unless flagged) Posts: 1 Participants: 1 Read full topic
View ArticlePlanePlane Angle python
@onlyforpeace wrote: i would like to return by a script the angle between two planes, since this morning, i tried 5 or 6 kind of script, with rs.angle(), and rs.angle2, but it doesn’t match as i want....
View ArticleETO Forms Group Box
@eric.bunn wrote: Hi, I’m trying to contruct a form in Rhino 6 (python) and going through the examples here: developer.rhino3d.com Eto Controls in Python Using the Eto dialog framework to create...
View ArticleEto Forms Question Regarding Event Handler
@eric.bunn wrote: Hi, I am trying to construct an event handler for an Eto Form that will work in common with a number of controls. Only problem is determining which control made the call. Any way to...
View ArticleCurveNormal function doesn't appear to be behaving as expected
@shanew06 wrote: Hi, I have a problem, I think, with the CurveNormal function in both Python and VBScript. I’ve attached an example 3DM file which contains a curve. This curve was generated by...
View ArticleExit command not working when using a python subprocess to open...
@tg1 wrote: I have read many posts that deal with this problem but nobody has given a solution yet. Description: I have 3 python files: subprocess_main1.py --> open Rhino and execute the...
View ArticleRhino.Input.Custom.GetObject(): trigger event when new object is added to...
@axa wrote: Is there a way of triggering an event every time a new object is added to the selection? I am trying to write a custom block picker that adds all instances of the block that the user has...
View Article