Plugin version in R5 vs R6
@axa wrote: We develop an in-house plug-in in Python that is compiled into an RHI with the Script Compiler. The plug-in properties would show a version such as 1.0.6710.28824. This is in R5 Get...
View Article[Need HELP] Getting in touch with C++ and trying out a Sample code
@chibinobi wrote: Hello everyone, I have a question, coming from a complete beginner in codes and scripting. I just found a useful tool online, for exporting a curve from the draft angle analysis. As...
View ArticleHow to access CRhinoOptionsDialogPage with C++?
@NathanM1994 wrote: Hi, I know how to create and add my own CRhinoOptionsDialogPage page, but not the way to access it from within any method in my code. There must be a public stack of the form...
View ArticleRhinoVR - a sample plug-in for rendering Rhino viewports in virtual reality
@DavidEranen wrote: Hello! I decided to also post here in Rhino Developer, since this plug-in is very much intended to be for developers. For the last couple of months I’ve been working on a virtual...
View ArticleUsing Gumball from MouseCallback?
@Max_Eskin wrote: I’m trying to show a gumball to manipulate a custom object which is not a Rhino object and is rendered via a DisplayConduit. I found the gumball sample, where a subclass of...
View ArticleRhPicture extension not working in V6
@Jarek wrote: Hi @DavidRutten, We can’t get the RhPicture to work in Rhino 6. Is there any reason for it not to work as it used to? The RhPicture.rhp plugin installs with no problem (reports passing...
View ArticleLofting and Network Surf via Script / Rhino.Common
@brodiej wrote: I’m at a point where I have 90% of a fan blade part automated with Rhino Python Script. I’m wondering what it would take to automate creating the geometry that bridges between the...
View ArticleFile3dmObjectTable Item missing
@jimwau wrote: The following compiler error happens, when trying to use the Item property of File3dmObjectTable. In the documentation Item property returns a array object, type File3dmObject. What am...
View ArticleDeep Space 8k and Rhino presentation
@s.priglinger wrote: I am cooperating with the ARS ELECTRONICA CENTER (AEC) in Linz / Austria concerning their Brain Lab. They have a so called Deep Space 8k presentation room and hardware , where I...
View ArticleCode conversion rhinocommon 4 to rhinocommon 6 c++
@tsiddikee wrote: @dale I have just compiled an old code, it does not show any error in the code but showing huge difference about override. 73 errors. Syntax looks still the same. I forgot Rhino sdk...
View ArticleGet sub object ID when selecting a surface of a polysrf Rhino 6 C#
@Riccardo_Di_Lorenzo wrote: Hi everyone, I’m having an issue with subobject selection in Rhino 6 SR5 (the latest at the time of writing). I have a (1) valid, closed solid polysurface with 6 surfaces....
View ArticleStruggling with creating meshes from CRhinoBrepObject
@gccdragoonkain wrote: Two questions. One, when I run the code below for a simple cube polysurface, why do I get 6 meshes returned in the resultant meshes array??? Two, how do I set ON_MeshParameters...
View ArticleCan C++ install an event handler for CRhinoMeshObject on object changed?
@gccdragoonkain wrote: This is a long shot, but I’d like to be able to land in a callback whenever the user manipulates a previously selected CRhinoBrepObject (i.e. by pulling one of its points,...
View ArticleHow to compile RH6 c++ dll
@tsiddikee wrote: The c++ plugin compiled perfectly but it is also giving .rhp How to get .dll ? and can I use c++ plugin dll as reference to my c# dotnet plugin? How can I get .dll compiled. Is it a...
View ArticleRhino API still reports different materials with different IDs
@Micha wrote: (@nathanletwory) Hi, since a long time I have the problem that Enscape doesn’t create the right material ID. It seems to be that there is a bug in Rhino. Since the Enscape team don’t get...
View ArticleCreatin menu in rhino 6
@bartek wrote: Hi. I want to add Menu to Rhino Menu Bar. Previously I was using RMA.Rhino.MRhinoUtilityPlugIn but now it is deprecated, and it is not working… So I’m trying to use new...
View ArticleUse old RMA code from new RhinoCommon
@bartek wrote: Hi. I have a working export plugin written in old Rhino_DotNet library. This plugin is not loader by Rhino 6. I have rewritten the MRhinoFileExportPlugIn class using the new one. Is it...
View ArticleObject attributes user dictionary keyval pair not saving in Rhino 6?
@Jon wrote: Hi all, I have a user dictionary keyval pair attached to a doc object’s attributes. The keyval pair persists through a File->Save operation, and for as long as the Rhino doc is open,...
View ArticleSimple real-time geometry link example
@mike13 wrote: Hi, I was wondering - is there any example code for a plugin which listens to changes in the Rhino editor, and allows real time access to tessellated geometry and light positions? I...
View ArticlePlugin set an individual object to wireframe
@gccdragoonkain wrote: Is it possible for a plugin to set a rhino object to be wireframe while other objects remain shaded? I’m using C++ SDK Posts: 4 Participants: 3 Read full topic
View Article