List layout page names?
@petumatr wrote: Hi folks, do you think there is any chance to fish out the layout names and list it / export it? I need to create a drawing list and looking for a more convenient way Posts: 2...
View ArticleFuture of Grasshopper plugins development for Rhino 7 WIP in Python
@w.radaczynski wrote: Hello guys Is it possible now to create large Grasshopper plugins with CPython using rhino.inside only? Are there any simple examples, so we can see it in action? I’m aware of...
View ArticleCopy nested blocks in place -- python
@Rickson wrote: i’m trying to copy out the nested blocks but having trouble getting them back in their instance locations, they go back to 0. Do i need to create a plane at their instance origin and...
View ArticleCopy Objects in Group and Remove Copies From Group
@eric.bunn wrote: Hi I’m selecting a group of objects with GetObjects using Python in Rhino 5, copying the objects using CopyObjects and finding that the copies are within the group I’ve selected. I...
View ArticleRs.filter for subD object
@vincentfs wrote: Hi everyone, For rhinoscriptsyntax/Rhinocommon, is there an updated documentation I can refer to when dealing with subD object? I am current using rs.Command() as a makeshift for my...
View ArticleMore question about command InterpCrvOnSrf
@1792927545 wrote: when I use the ‘_InterpCrvOnSrf’ command, it can span the seams of closed surfaces. But when I use the python script “rs.AddInterpCrvOnSrf( surface_id, [point1, point2])”, it will...
View ArticleGetting Numpy inside Rhino
@ivelin.peychev wrote: Hi, Just read this answer: Trying to import Numpy in Rhino Python but I'm getting this error : "cannot import multiarray from numpy.core" Scripting Hi all, After a painful...
View ArticleParallel Foreach Data STructure
@timothytai wrote: Hi all, I’m testing a Parallel Foreach C# node to test for curve containment. Basically extracting the discontinuity of each polyline curve and test if at least one point lies...
View ArticleCurveBooleanDifference Inconsistency
@shanew06 wrote: Hi All, I’ve been coming across a problem in one of my scripts and narrowed it down to the CurveBooleanDifference function in Rhino 5 (VBS). I have a sample file and script to show...
View ArticleSlider expressions extract with python?
@Jonas-Blazinskas wrote: Hey guys how would one get the sliders expression from the given slider? I barely understand python so a working example would be nice, I personally haven’t found...
View ArticleEto Slider Values don't update dynamically with python
@raylee14 wrote: Hi everyone, I am learning the python eto. I set the default value as 3. However, I found three problems. You may check the attached figure the line doesn’t change when i am sliding...
View ArticleGroup curves
@vikthor wrote: Hi, sorry to bother you, I found this script which is great thank you very much, but I want to group the curves and I can’t get it to work...
View ArticlePython Script Editor not opening
@ingemar wrote: I just installed Python 0.6.0.3 on Rhino 6 and GH 1.0.000.7 But Python Script Editor does not open when hitting the node. Is there a version issue? Newbie grateful for advice. Ingemar...
View ArticleHow to rotate object
@xiix.xoox wrote: i use:rs.RotateObject(obj,starpointCrv,corner) to rotated the object but not true. I need it rotated round the curve with corner+= 90. How get plane to rotate it. Posts: 5...
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 ArticleRun function after combo box value change in ETO Form
@eric.bunn wrote: Hi, How does one run a function immediately following a user selection in a combo box? (Click Event or Update Event?) Eric Posts: 4 Participants: 2 Read full topic
View ArticleUpdate ironpython in rhino5
@dai_kandeel wrote: Hello I am trying to use an updated version of ironpython in rhino5 to be able to use some commands in rhino vault, but despite adding the path of the new version and moving it to...
View ArticleQuick mirror command
@Mikey wrote: Hi, is it possible to mirror selected geometry pieces by X-axis for example and make it historically associative? Routine operation it is so would be great to have a button without any...
View ArticleExtrude curve into a surface by scripting in Python
@cavasct wrote: Hi! How could I convert an extrude curve into a surface in order to offset the new surface into a solid? Thank you in advance! Posts: 1 Participants: 1 Read full topic
View ArticleGH Python : simple gravity problem
@kukarteknis wrote: Dear All, I have been following a tutorial from Jake Hebbert’s channel on Youtube and trying to make a simulation of a bouncing ball with friction and gravity constraint but the...
View Article