Quantcast
Channel: Rhino Developer - McNeel Forum
Browsing all 8713 articles
Browse latest View live

TreeGridView doesn't update

@jessen.ch wrote: I have a TreeGridView defined like this: private void GenerateGridViewLayout() { gridviewlayout = new TreeGridView { DataStore = MyComponent }; gridviewlayout.Columns.Add(new...

View Article


Image may be NSFW.
Clik here to view.

Eto block width

@dick.lelyveld wrote: Trying to make a form using the Eto framework in Python: forum2.png731×401 20.8 KB (Please don’t mind the colors…, these are only there two differentiate between the two blocks.)...

View Article


Image may be NSFW.
Clik here to view.

Finding truly outer and inner trims of brep

@Willem wrote: Hi, I’m about to write a python/RhinoCommon method to find inner and outer trims of a polysurface-brep. The issue I need to solve is that Brep.DuplicateNakedEdgeCurves() is not...

View Article

Brep.Repair() running forever

@Willem wrote: Hi, I have brep that will not pass running Brep.Repair() To replicate run the below python script on the attached file. import rhinoscriptsyntax as rs id = rs.AllObjects()[0] brep =...

View Article

Image may be NSFW.
Clik here to view.

Eto combobox in gridview (Python)

@dick.lelyveld wrote: Trying to show a combobox in a gridview: import Eto.Drawing as drawing import Eto.Forms as forms form = forms.Dialog() form.Title = "test combobox in gridview" form.ClientSize =...

View Article


RhinoScript material methods are mostly useless / obsolete

@Jarek wrote: Hi @Dale, You are probably aware of this but most of the RhinoScript methods that deal with material modifications are not working properly with current Rhino 6 materials. Even though...

View Article

Image may be NSFW.
Clik here to view.

C++ code is rewritten as python code

@15951991225 wrote: Hello everyone! I have a piece of C++ code that I want to change to python code, I am new to Rhino.python, Can someone tell me how to rewrite it? Thanks! //Joann...

View Article

Multi-threading C# PointCloud dist search

@Petras_Vestartas wrote: Hi, I have no experience in multi-threading, but would like to ask how to turn this for loop distance search to a plane into a multi-threaded loop using C#. Also any advice...

View Article


Rhino v5 plugin in conflict with Rhino6 plugin

@marton.parlagh wrote: My problem is… We have a plugin version which works with Rhino 5 MacOSX. And a new one which works with Rhino 6 MacOSX. As far as I know both should be installed into the same...

View Article


How transform CRhinoPhantomObject

@ceruti wrote: Hello, I have just added a CRhinoPhantomObject to a document using the following code: in_doc.AddObject(phantomObject); It there a way to move this object several times but starting...

View Article

Failing MergeAllFaces

@Willem wrote: Hi (@rajaa I suppose) The brep in the attached file failed a Brep.MergeCoplanarFaces. The command MergeAllFaces fails as well. error_mergeallfaces.3dm (67.3 KB) I know it’s a nasty...

View Article

Image may be NSFW.
Clik here to view.

Unable to add BRep object to Doc

@software_comas wrote: Hi! I’m working on a command that let user choose an existsing BRrep, duplicates it, transform it and, finally, add the duplicated and transformed BRep to the active RhinoDoc....

View Article

Number packing with C#

@daniel.depoe wrote: Hello, I’d like to pack an array of integers (which I’m calling ‘children’) into another integer (the ‘host’). The integers can be repeated. The goal is to pack as few integers...

View Article


Image may be NSFW.
Clik here to view.

Polygon Mesh Detailing Option

@KhasanMamaev wrote: I need a programmly control for Polygon Mesh Detailing Option Posts: 2 Participants: 2 Read full topic

View Article

Can an Osnap be subtracted from a set in a Python script?

@DanBayn wrote: What I would like to be able to do is take a “snapshot” of the current Osnap state (easy to do) and subtract one from the current set. For example, let’s say the user has End, Near,...

View Article


Undo when it sends to the default layer

@fatihylmz.1923 wrote: Greetings to all, In Rhino 6, I save the line to a layer. What is the reason for undoing the line and assigning it to the default layer? Posts: 2 Participants: 2 Read full topic

View Article

Ho to focus rhino and select object like grasshopper set geometry

@akitohotta3 wrote: -Rhinocommon, -C#, Hi, I’m new to Rhino Developing. How to select and get geometry from a windows-form button-click? The form takes RhinoDoc as an argument. -public...

View Article


Parallel version of "Mesh.ExplodeAtUnweldedEdges()"?

@RIL wrote: For medical mesh segmentation the method ExplodeAtUnweldedEdges() is crucial to me (in combination with Unweld & Weld). Unfortunately this method is really slow on huge meshes. A...

View Article

Get InstanceDefinition for selected object in BlockEditor

@dave_stasiuk wrote: When using the Block Editor, I am listening to object selection events, and would like to be able to map back from selected objects to the InstanceDefinition it’s a part of. As I...

View Article

Image may be NSFW.
Clik here to view.

Plugin properties

@jari123 wrote: So I’ve been working on a plugin and wanted to change the circled logo. Is it possible to change it? Posts: 1 Participants: 1 Read full topic

View Article
Browsing all 8713 articles
Browse latest View live


Latest Images