Are there any methods for extracting parameters of polysurface or solid?
@HwangYoonSuk wrote: Hello all!I need parameters like Knots vector, control point, weight... of polysurface or solid.I made the script that extracting paramters of surface. but I can't extract...
View ArticleSelect Brep Object with world Co-ordinate
@gsynetos wrote: Hello the community, Can you please help me with the following.I would like to select Breps objects which have the same x world coordinate Pasted image654x530 8.87 KB In the...
View ArticleBatch script for file conversions?
@Michael_Meyer wrote: Hi.., is there a free batch script for file conversion? I need a script to convert files from DATAKIT-Catia V5 (*.CatPart) to STEP-files. Thanks Michaelwww.flexiCAD.com Posts: 2...
View ArticleOPENPYXL with RHINO5
@bkassel wrote: Is it possible to use Python packages such as openpyxl with Rhino5? Are there any packages that allow the direct manipulation of EXCEL, specifically .xlsx files? Posts: 2 Participants:...
View ArticleExploding Leader - Hatch - Then Group
@jtrudeau wrote: Hi everyone, I have very little experience with scripting and I'm trying to save some time by exploding a leader, hatching it (fills the arrow head) then grouping the result. I...
View ArticleCreateFilletCurves returns empty array
@NavArch wrote: Hello,Can someone Please tell me what is wrong with this chunk of code? from Rhino import * from Rhino.Commands import * from Rhino.Geometry import * from Rhino.Input import * from...
View ArticleRhino Python script Eto help
@gent wrote: I'm attempting to create an 'accordion' style dialog control with rhino python using eto.A helpful fellow over on eto's github pointed me in the right direction but I'm not super familiar...
View ArticleTrouble with Python Script I'm Creating
@carljarrett wrote: I'm trying to create a script that will allow me to select some curves, 1 or more, and run a pipe command on them with dialog boxes that give options for tubing diameter and wall...
View ArticleScript from tutorial generated 51 "bad objects"
@saucerdesigner wrote: I was trying to figure out how to write a script to help draw the first 180 degrees of a sine wave from, 90 through 270 degrees, when I searched YouTube for Rhino Python...
View ArticleSaveSettings
@cadguy wrote: I'm accessing the integer successfully with this intAmount_ev = Rhino.GetSettings(Rhino.InstallFolder & "Gelfling.ini", "AdvancedDivideCurves", "Amount_ev") If IsNull(intAmount_ev)...
View ArticleNot intentionally cross posting
@saucerdesigner wrote: Someone who who offered to help suggested I post my question in the Serengeti Forum. I thought It'd go better in here.Anyway, I was trying to figure out how to write a script to...
View ArticlePython insert objects and move: iteration over non-sequence of type function
@Yang_Cao wrote: Hi, I have this problem when I try to use python script to read and insert 3dm object through a csv file and move them to the correct position, also read from a csv file. Pasted...
View ArticleCurve offset: Rhino vs Python
@axa wrote: Hi all, I've been staring at a script that gives me offset curves on both sides of closed polylines, but just cannot get this to work reliably. It's based on Mitch's script (thanks for...
View ArticlePython rs.Plugins() bug
@clement wrote: @stevebaer, @Alain, there seems to be a serious bug in rs.Plugins() eg. when the status is set to zero (0 means to list both loaded or unloaded plug-ins) it does not list a single...
View ArticleWireCut with Python?
@govy wrote: first of all, I'm a total newbie in both 3D and Python. so I'm sorry if my inquiry seems obvious to you. I would need to create a script that will automatically WireCut several curves...
View ArticleHow to get PlugIn directory of compiled Python script
@clement wrote: @stevebaer, @Alain, i have compiled a Rhino 5 python script to a plugin using the plugin compiler. In the resulting RHI file, i place some other data which gets installed with the...
View ArticleOpening files in a folder
@Gabriele_Cimanto wrote: Hi there,fairly new to Rhino Python but I am already getting some results. I ran a useful script for a single model but I need to apply that same scripts to another 100 models...
View ArticleTkinter and Matplotlib Import into Rhino Python?
@Bianchi wrote: This is probably an oft-asked question, but have any updates been made to IronPython as to importing Matplotlib and Tkinter for use in the Rhino Python console? The last question I saw...
View ArticleGroup by x axis value
@mafbass wrote: Hello all, I have a large number of small meshes, for my cnc application I should group them by X axis but I really don't know how to do. Minimum distance for each point is 0.1 so this...
View ArticleNeed Help! GH_Python : Using global List
@lepli wrote: Hi, I'm writing a code to generate simple branch structure in grasshopper.I use couple of 'global list variable' to store lines and points.The list for points is fine, but the list for...
View Article