Oddity with boxes' underlying surfaces
6Boxes.3dm (3.2 MB) In the above, there are six boxes. With UseExtrusions set to Polysurfaces: Box1 is made with the box command Box2 is an extruded rectangle curve (via Gumball) Box3 is an extruded...
View ArticleRhinoScriptSyntax.AddPictureFrame() FilePath issue
when calling rs.AddPictureFrame(plane, path, size[0], size[1], use_alpha = True) uing python3 in GH rhino8, i got the following exception: Traceback (most recent call last): File...
View ArticleSplitting text entity
Hi, Using Rhinocommon… (c# or python) I would like to align a text object (not curves) on a curve. The result would be a text entity per char oriented on a curve. I can’t find a way to find each...
View ArticleScriptEditor pip and git
I have a question about developing and publishing plugins via ScriptEditor. The current user interface provides Libraries category: However, this approach doesn’t quite work from a development...
View ArticlePycharm IDE _unresolve reference work around?
HI All, I got a chance to snoop around and make my way of using pycharm as IDE for ghpython. My question is, is there a workaround for unresolved references since the variable input came from the gh...
View ArticleRhino8 Export Dwg
I have found an issue where even if I set the DWG file to be exported as a solid, when I select the Rhino Space solid, the exported object is still a line segment. However, when I set it as a mesh,...
View Article[BUG] BrowseForFolder not working correctly
rs.BrowseForFolder() works fine on first run. Thereafter, it opens in the background and cannot be brought forward. Since my browser window is always fullscreen for some reason, I can sometimes reach...
View ArticleError with Pandas on Laptop but Works on Desktop
Hi, I have a desktop and a laptop, both with the same Python 3 + Rhino 8 environment, but I’m encountering an issue where the code runs normally on the desktop but throws an error “1. Error running...
View Article[Rhino8] Tools > Script > Run does not filter for python files
In Rhino 6 & 7, when you click on Tools > PythonScript > Run, a file browser opens, and it has a file type filter so that you can only see python files, which is nice. In Rhino 8, when you...
View ArticleStruggling with IEnumerables
I have reviewed the other posts about IEnumerables and tried to recreate previous examples but the sample codes still fail. import Rhino.Geometry as rg from System.Collections.Generic import List lots...
View ArticleFailing to read/write UserData from Object.Attribute
I’m trying to save an attribute to Object.Attributes.UserData. The data is saved during the session, but when reloading the .3dm file it is not. (The color change to Attributes.ObjectColor is saved,...
View ArticleTips for Making Python Scripts and ETO Forms Compatible with Macs
I don’t have a Mac, so this has been challenging, but I seem to have finally conquered this. I had a person just today who successfully installed and used my kit. (To clarify, my kit is not a true...
View Article'GetObject'メソッドが使用できない
GetObject メソッドが使用できない場合はどうすればよいでしょうか? import rhinoscriptsyntax as rs obj = rs.GetObject("Select an object") if obj: print(f"Selected object: {obj}") このスクリプトが正常に動作しない状況です。 3 posts - 2 participants Read...
View ArticleAdding a text entity via Rhino.Geometry.TextEntity.Create()
The method wants the following: But I’m not sure what to reference for DimensionStyle I tried Rhino.DocObjects.Tables.DimStyleTable.Current but that didn’t work Creating a DimStyle from scratch...
View ArticleScriptEditor wish: word wrapping and bigger scroll bars
Hi @Alain, can we have: Word wrapping for my super long lines. Bigger scrollbars, at the moment they are very thin, and tedious to grab Thanks Michael 3 posts - 3 participants Read full topic
View ArticleEnumerating the clippingplanes in Vb Script
It seems impossible to enumerate clipping planes in VbScript. I’m still waiting for the implementation of “Toggle Clipping Planes On/Off”. So I wanted to implement it myself. But I discovered there is...
View ArticleRhino silent crash when trying to load Python
I’ve been experimenting with Python recently, but I don’t think I’ve messed up enough for Python to silently crash Rhino 8 and WIP now… I can’t launch the Script Editor or run any components that uses...
View ArticleScripting Editor Question_extra item when using external IDE
When using an external IDE like Pycharm, I can see on the output that there is always an extra item as first item but only happens on Python3 component (RED). It doesn’t show you on script editor...
View ArticleC# (Script Editor Grasshopper )Not Autocomplete when use If(...)
C# (Script Editor Grasshopper )Not Autocomplete in Function when use If(…) @Alain @eirannejad 2 posts - 2 participants Read full topic
View ArticleIssue: TreeGridView().SelectedItem raises read-only exception
Hi, I am trying to set the SelectedItem of a TreeGridView(), using the .SelectedItem property According to the documentation, the property is both a setter and a getter. However, when I change the...
View Article