OpenNURBS and ZLIB?
@darbyjohnston wrote: Hi, I’m trying to incorporate OpenNURBS into my project and am running into some linking errors with ZLIB: 14>zlibd.lib(inflate.obj) : error LNK2005: inflatePrime already...
View ArticleCreating C++ plugin
@dick.lelyveld wrote: Wanting to learn how to make a plugin for Rhino using the following link: developer.rhino3d.com Creating your first C/C++ plugin for Rhino This guide walks you through your first...
View ArticleHow to use bool SetObjRefValues(int value_id, int count, const CRhinoObjRef*...
@suc_kiet wrote: Hi; In this sample https://github.com/mcneel/rhino-developer-samples/blob/6/cpp/SampleCommands/cmdSampleHistory.cpp. bool CCommandSampleHistory::WriteHistory(CRhinoHistory&...
View ArticleHow to create object manager with color picker attribute? (C++)
@Pablo_Garcia-Amorena wrote: Hello, This question is actually more MFC than Rhino related, but here it goes. I’m creating a custom object manager with CListBox, like here. Now, I need every object to...
View ArticleBug in -SetTurntableAnimation scripting
@Jordi_Llonch wrote: Hi, I’m trying to script this command: -SetTurntableAnimation It seems it is working setting all parameters except the “Animation sequence name”, the last one:...
View ArticleWPF Dialog with Images
@lucabrasi wrote: Hi! I’m working on an opensource nesting plugin for Rhino, here the Github: https://github.com/RafaeldelM/nesting , as soon as I have the basic staff running, I will document it! I’m...
View ArticlePlugin Installer and Updater
@lucabrasi wrote: Hi! I was the last 3 years working on web apps and I’m really lost about installers. I’m working on a plugin under MIT license. May you recommend me an installer software? In the...
View ArticleScaling the lines of a TreeView
@pkinnane wrote: Hi. I am using RhinoWindows.Forms.Dpi.ScaleSize to scale the size of controls in my plugin in order to support 4k monitors. However this does not work for TreeView controls. How can I...
View ArticleRhino vi/vim integration instead of atom?
@krowney wrote: Hi- I’m more of a vi/vim than an Atom guy. Wondering if there’s any documentation out there on the API used by StartAtomEditorListener that’d set me up to write a vi/vim macro that...
View ArticleUnder OSX Eto form can crash Rhino
@marton.parlagh wrote: Hello, I think I have found a bug under Rhino 6 OSX, which is probably related to Eto forms. This is a sample code (a very simple custom material, but the same with custom...
View ArticleDuplicating UserData of different plugin
@D-W wrote: I know that access to UserData gains only plugin which contains its own implementation, but I’m rather interested if I can copy all existing UserData even from different plugins to...
View ArticleSelf intersecting face
@aitorleceta wrote: As a result of a self-intersecting curve after a offsetCrvOnSrf operation, a generated this brep from the resulting curve. I was wondering if there is any brep or face method in...
View ArticleHow to create my own .rhp
@hk11 wrote: Hi, I’m using C# to build a grasshopper program. I’m wondering how to create a .rhp file. Are there have any courses or introducing the files? Thanks! Posts: 3 Participants: 2 Read full...
View ArticleOnLoad() not being called?( c#, rhinocommon)
@fertig wrote: Hi, I’m trying to load some plugin data which is stored along with the brep objects in a user dictionary. After building and running the whole thing, everything worked fine once. When...
View ArticleBad property name - SweepOneRail!
@Helvetosaur wrote: image.png1022×726 35.6 KB Ooops… Posts: 1 Participants: 1 Read full topic
View ArticleUpdate text propery of ListItem element in Eto
@Dmitriy wrote: Hello @curtisw Small question: I have a list of radio buttons defined as RadioButtonList, which is added into dynamic layout. RBs are added as rblist.items.add(elname, elkey) I would...
View ArticleFontDecoration not working in GridView TextBoxCell
@sarg wrote: Strikethroughs and underlines do not show up in Eto GridView TextBoxCells, though they do work in Labels. I’m formatting like so: CellFormatting += (s, e) => { if (some_condition) {...
View ArticleAdding Commands to Projects on Mac Visual Studio
@Roman_Gorshkov wrote: Hi @Dan, For some reason every new command I create comes with the same class name MyRhinoCommand, so I have to change the name in multiple places manually. On Windows it picks...
View ArticleCrv Crv Intersections - Compare all curves against all curves in a list C#
@brobes05 wrote: I am missing something here… I have list of curves and I want to compare every curves against every other curve. I thought creating a nested loop and offsetting the second list would...
View ArticleEto forms with TypeConverter
@jessen.ch wrote: I have a class which has a property ParentGuid: class Component: { /// ........................... /// other implementations /// ..............................
View Article