Issues setting a Brep's Trim's domains using CreatePlanarBreps
I’m having an issue using CreatePlanarBreps, specifically regarding the Trims’ domains, as they appear to be not customizable/not able to be set. Formally: Given an inputBrep with its list of Trims...
View Articlecompas-CEM Installation error
Hello, im trying to install comps-cem per pip install compas-cem but im always getting the Error of: It’s a plugin by ETHZ for combinatorial equilibrium modeling, with a GitHub repo for installation...
View ArticleEto TreeGridView with checkboxes
Hi @CallumSykes and @curtisw, i’m having a hard time porting a script which used System.Windows.Forms.TreeView into Eto. My TreeView (or TreeGridView since TreeView seems depricated) should have only...
View ArticlePython Selection
@stevebaer @eirannejad Error in second 0:40 states: on a newly opened file any selected object is always none this happens on python installed packages How to solve this problem? Rhino Python...
View ArticleExport to GLB with objects data from GH Rhino 7 via GHpython
Greetings, I want to export to GLB from grasshopper using ghpython ! any ideas 2 posts - 2 participants Read full topic
View ArticleCombining GeometryGym and Python-Nodes
Hi, I use GeometryGym a lot for IFC exports and also rely heavily on GhPython components for modelling/automation. But when trying to combine these, I get such errors: TypeError:...
View ArticleBug:Unable to edit command information
When only the GH1 Command exists in the project, it cannot be edited, but adding any script will make it work normally. 1 post - 1 participant Read full topic
View ArticlePoint on object
I need to define points on the surface of the object, and then preview the drawn points and the normal direction of the object. However, I encountered some problems during the process and now the code...
View ArticlePoints, polylines and python subscriptables
Coding in python - I’ve zipped together two lists of Rhino 3D points (generated elsewhere in the code) in the hope of drawing polylines between them if their z coordinates are equal. But cannot get it...
View ArticleValue List Auto-Fill in Python (RH7) - with Transient Error Message Flash
Hi, I’m working on a GHPython component that performs Value List auto-fill using stored data sets. However, during the process of clearing and replacing existing Value List items, there is always a...
View ArticleRhino WIP: Script Package Management Improvements
Next build of Rhino WIP includes noticable improvements to the package management system in Rhino scripting. Here are quick highlights, and more details are below: Consistent In-Script Package...
View ArticleCapturing paste event
I have a python script which responds to LayerTableEvent(s). When pasting an object from one Rhino file to another, which often results in added layers, there is no event triggered. An AddRhinoObject...
View ArticleSTEP Export Performance Difference Between Rhino 7 and Rhino 8
Hi team, I’ve observed a noticeable performance difference when exporting STEP files between Rhino 7 and Rhino 8. I exported around 2000 STEP files of the same model using both Rhino versions. Rhino 8...
View ArticleRhino NuGet package Problem
Hi @eirannejad I Hope that you are doing great I had an issue while publishing a project using script Editor . Actually this is my first time so I have no idea why this is happening . So I will be...
View ArticleRhino point with no object name
I have a list of 3d points in rhino 8 workspace some don’t have Names so when I interrogate the points in a list for their name I get returned a “None” value so I want to give the point a random...
View ArticleImplementing the correct path in the script editor when creating a plugin
Hello I’m a beginner in python, C# and scripting. Grasshopper mediate. I am fiddling around with the script editor to make a plugin. I have a python script that moves an object with a mouse click. It...
View ArticleScript Editor
Hi, Any idea when Script Editor will get all its functions finished such as Undo etc as shown in the screenshot they are in the menu but greyed out and don’t work 1 post - 1 participant Read full topic
View ArticleMold surface creation
I found this video on a website while researching some Rhino plugins. Does anyone know how this plugin that creates this mold surface was created? I’d like to develop a script to generate something...
View ArticleHelp needed: Get BlockAttribute keys with RhinoCommon
Hi there, I insert a BlockDefinition from file, that has a TextObject with dynamic text field (block attribute) like this: %<UserText(“block”,“tnm_grid_bubble_key”,“tnm_grid_bubble_key”,“X”)>%...
View ArticleBlockAttribute text field world coordinates
hi @wim , I’ve seen this topic and related youtrack topic. %<PointCoordinate("block","XYZ")>% Great that this block vraiable is now available. It will save a lot of time and effort in creating...
View Article