Python script not updating on Rhino
@falola.yusuf wrote: Hi all Rhino doesn’t update changes I make on my Python scripts not until I close and re-open Rhino before the changes are recognized. Any possible solution to this? Thanks Posts:...
View ArticlePointCloud commit changes (or replace) causes RAM usage creep?
@nathancoatney wrote: I am building large-ish point clouds and updating the document periodically to show progress. I have noticed Rhino using excessive RAM if I use...
View ArticleChange "Display Colour" to "By Parent" within multiple files Via Script
@leigh.anderson wrote: Hi, I am new to Rhino and I am looking for some assistance. I’ve got 1489 Library items which have “Display Colour” set to “By Layer”, when I insert any of these items into a...
View ArticleGetting a component to watch a point
@matthewaustin233 wrote: Bit obscure, but how does the point parameter component actually work? i’ve got a point in Rhino and I have a python component that queries it and returns its attributes -...
View ArticleCount self intersection for a curve Grasshopper/Python
@claire.dumont wrote: Hi everyone, I’m trying to find the number of occurrences of self-intersections for a curve in Grasshopper but I don’t understand why some points aren’t taken into account in my...
View ArticleSave multiple file to Rhino 5
@banati.bodo wrote: Hi there! I’m totally new with rhino/pythonscript, apologies if i ask something obvious. My problem is the following: i have a grasshopper file, and in the end i bake multiple...
View ArticleLaying out contours for laser cutting with Python
@lmboyer04 wrote: So I’m still fairly new to this all so pardon if I’m asking bad questions. I’m using Rhino Python Editor and I’m trying to create a script (while also learning to script a bit) that...
View ArticlePython Script for AddPolygon?
@lbrooks wrote: I’m just getting started with rhinoscriptsyntax, and I’m wondering how come there isn’t a function for AddPolygon like there is for AddRectangle and AddEllipse? Am I missing something?...
View ArticleBrep Center Point in Grasshopper-Python?
@kai.yeh wrote: Hello guys, I’m wondering to know if there is any method to get the centre point of a brep in python? Thank you very much! Posts: 4 Participants: 3 Read full topic
View ArticleGrasshopper Python SubD script (got getsetter_descriptor)
@h.h.c.manders wrote: Hey all, I have been playing around with Rhino 7 and it’s SubD possibilties. To make the modeling easier I have been trying out to generate the SubD from a mesh through...
View ArticleSplit rectangle into four pieces
@falola.yusuf wrote: Hello, How can I split a rectangle I created using rs.AddRectangle into four pieces? I want to get a different GUIDs for each line. Thanks Posts: 3 Participants: 2 Read full topic
View ArticleGrasshopper python question DataTree with integer
@kai.yeh wrote: Hello all, I’m wondering to know how to define integer,float,strings in python DataTree construction? For instance, I was trying to put a integer in a tree, but what syntax should I...
View ArticleHow to selected curve on surface?
@xiix.xoox wrote: I have 2 curves. I create planar surface with them. Then i want select 2 curves on surface i created . I don’t want use ‘DuplicateEdgeCurves’ because influence another curves . how...
View ArticlePython Simple problem boolean difference loop
@a.elshafei wrote: Dear All, I have a quesition but I don;t have deep experience with python. I have some elements and i want to do boolean differene with main object but in a loop way so all of them...
View ArticleSlicing a list at integer of when an element is different from the previous
@aeaechan96 wrote: 0 I need to be able to slice a list of points into multiple sublists, to act as a guide for slicing another list. My list right now is y_vals =...
View ArticleHow can I move a point through out a custom plane's z axis
@joantomass wrote: Hi all, I’m quite new on python scripting and I’m getting stuck with the tansformations, since I’m trying to move a point though a custom plane’s z axis to make then a line and I...
View Article3 "toolbar" methods obsolete
@KeithR wrote: These rhinoscript methods are all in the V6 autocomplete library, however they throw out an error message when run: The “IsToolBarVisible” method is obsolete.Command The...
View ArticleDelete all objects on Rhino workspace
@falola.yusuf wrote: Hi all, I want to do some simulation on Rhino, so I want to delete all objects on the workspace after every iteration. Please, How can I do this? Thanks Posts: 4 Participants: 2...
View ArticleHow can compare different of objects?
@xiix.xoox wrote: I have 2 objects. Object 2 is mirrored of object 1. How can compare different of them? Posts: 12 Participants: 3 Read full topic
View ArticleObjectClash only working for extrusions
@JoshLobel wrote: I’m trying to adapt the example ObjectClash script - Rhino3d Object Methods - Object Clash - but the only geometry type that I can get to work are Extrusions. I’ve tried adjusting...
View Article