ETO Forms McNeel Example
Hi, Just tried the McNeel Python example script attached and it doesn’t seem to run correct when I copy and paste it into the Python editor maybe someone can take a look and see what is wrong, as a...
View ArticleEto.Form TableCells doesn't enlarge
Hi everyone, I have 2 Button above and 1 ListBox below as you can see below image. I want to enlarge listbox until end of the Copy Button. private void InitializeLayout() { TableLayout layout = new...
View ArticleEto Froms: NumericMaskedTextBox
Are there any examples available that show the use of NumericMaskedTextBox? I would be interested in limiting the value range that can be set in the textbox. For example, only accept values that are...
View ArticleReset ToolBar to default
Hello. I created an installer for my Rhino plugin that adds a ToolBar tab with commands. After installation everything works fine, after uninstallation the plugin was completely removed, but my tab...
View ArticleDllNotFoundException
Does anyone have any idea about this error below? image884×435 30.9 KB 2 posts - 2 participants Read full topic
View ArticleHow to modify a text inside a block?
(topic withdrawn by author, will be automatically deleted in 24 hours unless flagged) 1 post - 1 participant Read full topic
View ArticleCheck if curve is on brep face
Hello , how to check quickly if given curve is on any face of a given brep? what comes to my mind is to check for curve face intersection but then I would have to check if original curve and the...
View ArticleModifying custom objects seems to change them to base type
Hi there. I have a CustomCurve object that seems to ‘reset’ back to a normal curve when I modify its geometry interactively in Rhino (e.g. by pressing F10 and moving its points around). Any ideas why...
View ArticleSaving a License Key to a Plugin
My company will be providing our users with a license key that the user will need in order to access our plug-in’s functionality. The functionality I have now is that a modal pops up when the command...
View ArticleLibrary of 3dm files
My plugin needs to access 3dm files that I have created to pull objects from these static 3dm files to the user’s file. Right now I am using the File3dm class and the file’s full path in order to...
View ArticleC# Random.NextDouble()
Hello C# World! I try to figure out how the Gh Random component works, I wonder if there is not a simple way to do it? Because I had to write many if conditions… I will appreciate any comment! thanks!...
View ArticlePython RHI isntaller failed to start
Hi all, I try to create a plugin from Python scripts following the instruction from this link: developer.rhino3d.com Creating Rhino Commands Using Python This guide demonstrates how to create Rhino...
View ArticleFragment 5 zones on a geometry
Hello, I am trying to break up a geometry into 5 parts. 4 layers starting from the bottom and a brep at the top. I want to make 5 part volume for ceramic print from one line. I can’t seem to just...
View ArticleTriggered event when object geometry changes
Hello everyone)) I ran into one small problem. I need to do something with the object in the scene every time the object’s geometry changes. I was looking for a suitable event here -...
View ArticleText, TextObject, TextEdit, and Insert commands stop working after loading...
Hello all – We are experiencing a consistent number of failures on a significant number of machines that resemble a topic from 2 years ago but with slightly different circumstances. The issue is the...
View ArticleSelectionPoint error on RevSurface's isocurve
When picking the isocurves of a RevSurface for Custom.GetObject, the ObjRef’s SelectionPoint location seems to deviate from the actual point picked between 45° intervals. The errors can exceed both...
View ArticleScript runs from Rhino Python editor, but not from a button
Hi there, I observed that I cannot run python scripts from a button, but I can when I run them from the Rhino Python Editor. From the button, the command is as follows: ! _-RunPythonScript...
View ArticleDrawing a Hatch behind a textdot in a display conduit
Hi, I’m attempting to highlight some brep faces for the user. I draw a Hatch in a display conduit. I use hatch because I have different types of faces I need to highlight. But maybe there is another...
View ArticleHow to achieve Preselect with number control?
Hi all, so for example the Rhino native BlockEdit command will allow pre-select but if you have more than 1 block selected if will ignore them and ask you to select one object, how should one go about...
View ArticleBrep Id on Block
Hallo, I draw a Brepbox in Rhino that has an ID in the document. Then I create a block with the box. The block also has its own ID. Is there a solution for finding a relationship between the drawn box...
View Article