VB.NET plugin migration to Rhino 6
@fabiopasquarell wrote: Hi, just installed Rhino 6 and tried recompiling and running a big and very important plugin I wrote in VB.NET with Rhinocommon (new reference to the rhinocommon.dll in Rhino 6...
View ArticleEnable/Disable clipping planes
@n.leguina wrote: Hi I’m fairly new to coding in rhino I am trying to control the views which are affected by clipping planes from withing a GH file in the c# component. I can seem to access the...
View ArticleV6 Will not let me Delete a Mesh Face
@eric.martin wrote: I dont know if its because I just did an update but I can not use the command delete mesh face. It just comes back with unable to delete mesh face. I am using version- Rhino 6 SR2...
View ArticleObj string to valid mesh
@visiado.al.ordenador wrote: Hi to all, I make a mesh to obj function (Get an obj object from mesh) but now I was trying to re convert it to mesh but the problem is that the mesh created is not valid...
View ArticleColouring the background of a EtoCollapsibleSectionHolder
@alonso.rosado wrote: Hi there! I’ve been messing around with the EtoCollapsibleSection, from the Rhino.UI namespace in Rhinocommon, in order to create some custom panel. The thing is, even though...
View ArticleFunction for creating a planar curve between two other planar curves
@EVAN_HEMINGWAY wrote: Does such a function exist? Thank you. Posts: 12 Participants: 5 Read full topic
View Article[solved]Visual studio couldn't find "Microsoft.csharp.core.targets"
@shaunwu25 wrote: Dear all, I’m currently using visual studio community 2017 with grasshoper assembly v6 and rhino common template v6 for rhino 5. Once I try to create a new project, vs pop out an...
View ArticleC# Parallel ForEach
@n.rawitscher954 wrote: Hi guys, I am running in to a little trouble trying to parallelise a foreach loop. I get an error at line 0, meaning that there must be something wrong in the way I am using it...
View ArticleUsing Rhino.Runtime.Skin virtual methods to set AppearanceSettings
@chris.rafuse wrote: Hi All, I’m trying to wrap the Rhino executable so it appears to be my own application. To that end, I’m trying to show/hide menu items and change AppearanceSettings. I’ve...
View ArticleIronPython - Abstract Syntax Tree
@onrender wrote: Hi, I would like to convert a string that looks like a list into a real list. I have found implementation for this by using import ast, however the module is not supported in Rhino 5....
View Article[v6] No colors for Point Clouds?
@D-W wrote: I have trouble with colored point clouds which worked perfectly in v5. http://developer.rhino3d.com/api/RhinoCommonWin/html/M_Rhino_Geometry_PointCloud_Add_3.htm This seems not working. In...
View ArticleWish: Quaternion arithmetics and applying rotations other than via Transform?
@RIL wrote: I’ve been looking into quaternions a bit and tried to use the Rhino Quaternion class, and I’m not claiming that I have grasped the quaternions concept in full, but it seems that Rhino...
View ArticlePython user interface
@onrender wrote: Hi there, I have number of simple question regarding Python GUIs What I currently know about Eto is that Eto is a framework that can be used for user interface design for Rhino6 for...
View ArticleRhino python
@levanhieu12302 wrote: hi everyone, i know a bit about python. How can I create a script or create a plugin using python? Give me some samples or detailed documents! or video Posts: 2 Participants: 2...
View ArticleCurve.Contains Method too slow
@D-W wrote: I’d like to check if points are in curve but existing implementation is too slow for me any ideas for workarounds here? For 4k pts and 100 crvs it takes ~1sec on a quite decent machine...
View ArticleIs it possible to load a toolbar and plug-in remotely?
@DanBayn wrote: Is there a way to remotely load a toolbar and plug-in in a new Rhino 6 install? I’ve been able to control almost everything else through a batch file, but these two items still require...
View ArticleRC: Create a boundary curve
@Dmitriy wrote: Hi, I am looking for a way to create a “boundary” curve from collection of curves. In a manual way I can use CurveBooleanUnion command and pick all regions, but how to do it in RC just...
View ArticleOffset closed polygon to inside
@Christoph1 wrote: Dear all, I’m trying to offset a (convex) quadrilateral to the inside. But for some reasons, two of the four offset points are not where they should be, as can be seen in the image:...
View ArticleGH - C# weird behaviour - as always i missed something
@D-W wrote: Can somebody look at this file and explain me why slider for pop2d affects translation in c# component? It happens in v5 and in v6 c#_transl_bug.gh (7.7 KB) Edit: Nobody? @dale @pascal...
View ArticleUDK : Comment sont levés les "Mappable keys"
@icecreamkb01 wrote: Bonjour à tous Alors voilà, quelqu’un saurait-il comment sont levé les évènements des touches appuyées pour UDK? Nous voudrions pouvoir utiliser un nouveau périphérique autre que...
View Article