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

Creating a "large scale" plugIn to rhino

@Matti_Pirinen wrote: Hi @dale (and everyone else), I’m in process of creating a pretty large scale add on to rhino. I’ve started to code it using windows forms and now it has started to swell up like...

View Article


DimStyleTable CurrentDimensionStyleIndex fails

@clement wrote: Hi @dale, @Alain, the example python script in the RhinoCommon help gives an error: Message: ‘TextEntity’ object has no attribute ‘Index’ Apart from that, I used...

View Article


HatchPatternTable.FindName bug

@clement wrote: Hi @Alain, i am trying to find the solid hatch pattern in Rhino 6 using the new FindName method. If i open a blank new file using any template and run this: import scriptcontext...

View Article

Curve.Split(IEnumerable) RH5-6 behavior change

@Dani_Abalde wrote: Hey there, the following code works differently in R5 than in R6, for a closed curve: private void RunScript(Curve C, double t, ref object A) { Print(C.Domain.ToString());...

View Article

ShowMultiListBox() bug

@Matthieu_from_NAVINN wrote: Hi, there seems to be a bug with Dialogs.ShowMultiListBox() for RH6. The dialog never pops, while if i use ShowListBox() instead with the same parameters it works. I will...

View Article


Image may be NSFW.
Clik here to view.

Active tab at Rhinoceros starting

@zer41k wrote: Hello! I’m developing plug-in using C++. The feature I’m trying to implement is: If the current session of Rhinoceros is closed with active (selected) tab “Properies” issue.png389x626...

View Article

Retun Value with Mouse Callback

@flecheria wrote: Hi Someone has an example about how to return values from Mouse Callback? For example onMouseUp return something? I still have my problem with Delegate, handler Event and so on....

View Article

RhinoCommon Brep split by plane

@Petras_Vestartas wrote: Is there a similar function to this one but instead of using breps I am looking for planes: http://developer.rhino3d.com/api/RhinoCommon/html/M_Rhino_Geometry_Brep_Split.htm...

View Article


Inconsistent Grouping of Lines

@eebs99 wrote: I’m using Rhinocommon to generate surfaces, and then I convert them to lineframes and wireframes (a 2D list of ordered curves; using lines and curves, repectively). The wireframe...

View Article


Custom User Data

@Matthieu_from_NAVINN wrote: Hi, I’ve got a bug with my custom UserData: _DeckRooms = New List(Of String)({"This", "is", "a", "test"}) _DeckName = "This is a test" Dim dict = New...

View Article

Viewport list

@nblisboa wrote: Hi, I need a help, when I open a drawing, I import Viewports from another drawing with the command “NamedView Import.” After that I need to run a plugin that reads all the names of...

View Article

Com Interface

@pospis wrote: Hello, we try to connect our software with an open Rhino 6.4 and it doesn’t succeed. If we connect to Rhino 6.1 it works. We use the com-interface with VS C++. With older versions...

View Article

Fail to get IRhinoApplication from COM Object in Rhino 6

@archinate1 wrote: Hello, I have a tool that I am migrating from Rhino 5x64 to Rhino 6. My Rhino 5x64 tool uses IRhinoApplication as follows: Type type =...

View Article


Image may be NSFW.
Clik here to view.

Eto Forms: Sorting GridView from column heading click?

@chanley wrote: I can’t seem to find any documentation on how to sort a gridview on an eto form, by clicking on the column header? Is this possible? I can reorder the columns, but I can’t get them to...

View Article

Image may be NSFW.
Clik here to view.

Change Brep opacity, color, etc. in C++?

@NathanM1994 wrote: Hi, Within a custom CRhinoBrepObject I need to change its transparency inside Draw(). I’ve tried something like this: CDisplayPipelineMaterial material =...

View Article


Ship hull 3-D design with Rhino-python

@vishalg2235 wrote: Hello! My project is to design ship hull 3-D model using offset table and then generation of hull geometry and hyrdrostatic curves for different length, depth and breadth...

View Article

Command Line Events

@mconti wrote: Hi All, Is it possible to catch a Keyboard event during a GetNumber method (or something similar…)? for example, i want to draw interactively an offset after the keyboard changing of...

View Article


Polysurfaces

@f.leon.marquez95 wrote: Hello, I would like to know if there is a way to select a polysurface and treat this as a surface using c++, I am using Rhino 5 by the way. I mean, for example if I had a...

View Article

Select item and run script

@onrender wrote: Hi, I am looking for way to combine the selection command with python script, that works with the left mouse button. So, I want to select an object and run the script. Posts: 1...

View Article

Image may be NSFW.
Clik here to view.

Vector normals calculation. Headache ;)

@ChristopherBotha wrote: Hi, Just pokng about with this “AR” bringing a hand into Rhino, I bring in the joints as point3d’s from the leap library, then draw the "wires between them, I am trying to...

View Article
Browsing all 8523 articles
Browse latest View live