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

Image may be NSFW.
Clik here to view.

C#: How to select an object from code

@Theofanis wrote: Hello, Is there a command/option in order to select objects from inside the code? For example, assuming I have created 4 points (pt0, pt1, pt2, pt3) and 4 lines (line1, line2, lin3,...

View Article


Distribute Grasshopper scripts with a traditional plugin

@Jack_Minardi wrote: I have a plugin written in C# that has a simple installer. (Mac and Windows). I also have developed some ancilary grasshopper files that would be useful to my plugin users. The...

View Article


How to use Rhino function in my stand alone application

@Jun_Xiang_Goh wrote: Hello, I am developing a software for 3D manufacturing, and I would like to implement the Rhino functions (e.g. MeshFromPoints, Hatching, etc) in my own stand alone application,...

View Article

Mesh From Surface convertion, do not conserve parameters

@AlanMattano wrote: I Joint multiple surfaces into one polysurface. I convert it to Mesh (from surface/polysurface) by using “! _Mesh” tool command. I do this for several objects. But then I lose...

View Article

Loft surface explanation

@sghosh wrote: Hi All, The loft surface does not work as expected, I tried it both in Python and C# and get the same problem. Whereas when I use the Loft command in Rhino directly, I get the expected...

View Article


COM Cast issue when retrieving a custom Plug In From Rhino

@Xavier_Ayme wrote: Dear McNeel Team, I am trying to interact with a custom made Rhino Plug In through a COM Interface. Basically, as explained by dale here, Rhino is started from an Activator object,...

View Article

Python plugin, menu's

@bjornsyse wrote: Hi! I’ve created a bunch of Python scripts and zipped them into a RHI-file to act as a plugin. How would I go about to create a menu with these commands on? Regards Björn Posts: 8...

View Article

Image may be NSFW.
Clik here to view.

NGons and UnifyNormals

@Petras_Vestartas wrote: If I have a simple hex extruded box, with each face as ngon. Untitled.png1208x960 66.4 KB When I call function mesh.UnifyNormals() the order of ngons vertex list changes. I...

View Article


Image may be NSFW.
Clik here to view.

Array user input

@Theofanis wrote: Hello, Any ideas of how I could program a plugin in C# in order to ask a Rhino User to input values in an array form? I mean instead of inputting a single value, to be able to...

View Article


Question about rhino 5 plugin

@leo1 wrote: Hi all, I’ve installed my local compiled rhino 5 plugin on Rhinoceros 5, and nothing happens. I’ve downloaded sample codes of Rhinoceros 5 plugin from...

View Article

RhinoCommon and UserData issue

@Matti_Pirinen wrote: Hi @dale Dale. I was able to figure it out that you are supposed to access the data with the find method like: GeometrySegment test= list.Find(typeof(GeometrySegment)) as...

View Article

Eto Plugin hiding behind Rhino even after plugin got focus

@Jesper_Ravn-Nielsen wrote: Hi, I am current working on a Rhino 5 Plugin, in C# with the ETO forms GUI. Once my plugin is loaded an ETO form is popping up as expected, but once I focus Rhino, by click...

View Article

Printing to a PDF with Python/Rhino

@DanBayn wrote: I need to automate the production of PDF documents as we are heading toward paperless manufacturing. I can use a command string to print, but I’m not sure how to apply the path and...

View Article


Image may be NSFW.
Clik here to view.

Trouble calling other commands when debugging plugin with Visual Studio

@comecacahuates wrote: I wanted to start learning how to make plugins for Rhino and Grasshopper following these guides. When I start debugging, it opens Rhino, but if I try to call any command that is...

View Article

Image may be NSFW.
Clik here to view.

Rhinocommon panels

@aitorleceta wrote: Hi, I´ve seen in VisualArq plugin, that they have developed for stories a side panel for controlling building stories. The appearance of this panel is very similar to rhino´s...

View Article


Python: Parse ghx files with ElementTree?

@chanley wrote: I am experimenting with parsing ghx files using python. The end goal is to ultimately have something that can loop through all of the ghx files on our server, (first converting all gh...

View Article

Image may be NSFW.
Clik here to view.

Curve.CreateBooleanIntersection (Bug ?)

@Tom_ wrote: Dear Everybody Dear Dale @dale I have some Problem with this curves - as fare as i can see, they are coplanar and they intersect. rhino-Command _intersect finds the points rhino-Command...

View Article


Preview curve dash dot

@Alberto wrote: Hi all, is there a way to draw a command preview for a curve with a dash dot line style and not the solid line? I have not found any method in DisplayPipeline (I am using c#) that...

View Article

Image may be NSFW.
Clik here to view.

Orient function in RhinoCommon

@Jesper_Ravn-Nielsen wrote: Hi, I was wondering if there is a function in Rhino Common for C# that is similar to Orient I want to able to orient a polylinecurve such that one of the lines in the...

View Article

Cplane buffer

@gennaro wrote: Hi everybody, I could not manage to show the cplane in its real position (I have tried to set m_bDepthBuffer =true). The cplane is still drawn in background. I would add that I could...

View Article
Browsing all 8543 articles
Browse latest View live