Rhinocommon 101
@cottonbale wrote: Hi all, Does anyone know of some sort of resource for getting to grips with rhinocommon ? I’m a C# developer. I can ‘do’ rhino and grasshopper and have scripted rhino before back...
View Article`DisplayPipeline.Measure2dText` returns a negative height value
@kitjmv wrote: Hello, Do you understand why DisplayPipeline.Measure2dText returns a negative height value. image.png1268x490 37.9 KB I’m in DrawOverlay of a simple DisplayConduit class. Thank you....
View ArticleRS ViewDisplayModeProperty : Transparency setting problem
@Jarek wrote: Hi @Dale, Seems like this one setting is misbehaving when trying to set from the script. All other material properties so far work well, but: Call...
View ArticleTrying to understand Mesh CreateFromLines
@rajaa wrote: I have a couple questions about this RhinoCommon function: public static Mesh CreateFromLines( Curve[ ] lines, int maxFaceValence, double tolerance) Why lines parameter is of type Curve[...
View ArticleCurve Side relationship to points
@ryan_johann wrote: Hi everyone! I was just wondering if there was a method in Rhinocommon for C# that is the same or similar to (Curve Side) in Grasshopper. I’m trying to determine if a point is left...
View ArticleError reporting - Log file?
@kitjmv wrote: Hello, My Rhino crash some time But I know it comes from my custom plugin. When I’m in a debug session, everything is fine. This crash occurs when I’m in production with a validated...
View ArticleObtaining a list of all the materials
@e.valkering wrote: Dear Sir / Madame, I’m trying to obtain a list of materials, but it seems that the list only contains those that are assigned to the objects in the scene. Is this correct behavior?...
View ArticleEdited usertexts not in Undo
@Willem wrote: Hi, After running a python script that sets the usertext of an object, hitting the Undo does not change the usertext back. I tried to make an example script and I need to do something...
View ArticleValid and invalid planes
@rgr wrote: As we stumbled upon this during debugging today…why is the first plane valid, while the second is invalid? image.png1841x202 9.94 KB image.png1838x224 14 KB Both planes work for their...
View ArticleFail to load .dll in grasshopper component
@Petras_Vestartas wrote: Hi, I am trying to load .dll file in grasshopper component. It fails to load in C# editor and compiled component. The .dll contains only several methods calling native C++...
View ArticleDoes Rhino 6 Grasshopper can run 32bit native C++ (wrapped dll)?
@Petras_Vestartas wrote: Can I load 32bit native C++ (wrapped dll) on Rhino 6 Grasshopper ? Or it must be 64 bit? The reason for asking is if I build .gha file with 32 bit I get error: An error...
View ArticleCompare two polysurfaces
@Ayoub wrote: Hello all, I was wondering if there any method to compare two polysurfaces (eventually meshes) in different orientations? For example, if I have two polysurfaces, how can know if they...
View ArticleRhinocommon changelogs
@Alexandre_Beaudet wrote: Hi, I’m wondering if there is a way to have all the changelogs of Rhino / Rhinocommon, even for past releases ? Only the last one is available on the download page...
View ArticleC++ C# Sharing common library based on the Moose Example
@dimcic wrote: Hi, I am trying to update the Voronax GH Plug-in to Rhino 6. The Plug-in uses a C++ core library, so I based it more or less on the Moose example ( https://github.com/dalefugier/Moose)....
View ArticleUnable to invoke Rhino.exe embedding after ReflectorVB usage only visible in...
@giovanni.espresso wrote: Dear all, I have been calling an exe as ReflectorVB using a service based in Java, I discovered that it’s impossible to invoke Rhino.exe -embedding and load it normally since...
View ArticlePlane orientation
@Petras_Vestartas wrote: I have question about plane orientation. Assuming I have multiple polylines that are planar and winding in the same orientation. I would like to compute normal vector of such...
View ArticleDIsplayPipeline Requests
@clement wrote: stevebaer: If you have any wishes for certain “effects” that you would like to have conduit support, please let me know. Hi @stevebaer, great ! thanks for this offer It would be very...
View ArticleC++ plugin use XAML
@ramadan wrote: Hi Guys I really really really need ur help please I want to develop a rhino plugin, but when I try to add Blank User Control(c++/WinRT) item from items it added succesfully but I cant...
View ArticleCan single RHI file contain a few different plugin RHP files?
@Jarek wrote: As in the subject - Is it possible to add several different RHP plugin files into the RHI plugin and have Rhino Installer install them all correctly? I vaguely remember seeing a mention...
View ArticleMesh from a Brep
@gerryark wrote: I need to generate a triangle mesh. The code used to create a mesh from a Brep is Mesh Meshes = Mesh.CreateFromBrep( brep, meshingParameters); The meshes have quads that I do not want...
View Article