RhinoScriptCompiler.exe in batch from Jenkins
@Nathan_Clero wrote: Hi everyone, Now that my plug-in compilation process is defined, I would like to automatize that by using Jenkins. So I basically transferred my batch scripts and everything seems...
View ArticleRhino C++ Plugin issue : "Dependent dll is out of date?"
@binigya wrote: Hi all! So, I was making a rhino installer file (.rhi) with the .rhp file, .rui file and the dependent dll file. It is installing correctly, but, when loading Rhino, the plugin...
View ArticleThread runing on backgrount
@ricardo.eira wrote: Hello, I make this simple code to enable on background loop to check one or more is press keys on keyboard. public void StartKeyboard() { Thread TH = new Thread(Keyboardd);...
View ArticleOpenGL responsiveness
@greg.burgreen wrote: First of all, I am a huge Rhino fan and user. I am looking to develop a front-end for CFD that has the basic Rhino look and feel. I am using Qt3d as the underlying visualization...
View ArticleRhinoCommon, explode a linearDimension
@lscandella wrote: Hello Forum, I need to explode a LinearDimension instance into elementary objects under RhinoCommon as part of the porting of my Rhino.Net application. Rhino.Net...
View ArticleJetbrain Rider
@onrender wrote: Hi, Just a simple question. Is there a plan to release extension for Jatbrain Rider for Rhino plugin. I would prefer this instead of MS VS, due to the Gigs of free space requirement...
View ArticleSplit BReps with planes sample
@onrender wrote: I have a question. In the Split BReps with planes sample we used the PlaneSurface.CreateThroughBox(plane,bbox) Why do we need the bounding box here? Is it because of certain tolerance...
View ArticleHow to export .rui file with a plugin?
@alexian007 wrote: Hi, I have made a Toolbar in Rhino, which acts as a graphical way to run my command. I put the .rui file of it in the .rhi plugin installer. The plugin installs successfully, but...
View ArticleHow to get the CRhinoTabbedDockBarDialog pointer
@XNurbs wrote: Dale, In Rhino cmdSampleObjectManager.cpp (https://github.com/mcneel/rhino-developer-samples), could you show how to get the CRhinoTabbedDockBarDialog pointer in the following sample?...
View ArticleViewport in the form
@ricardo.eira wrote: Hello , I need create a windows form with Rhino viewport, Any idea how I can make this ?? Thanks Posts: 1 Participants: 1 Read full topic
View ArticleQuestion about the TextGeometry.GetBoundingBox(plane) method
@603419608 wrote: I use TextObject. TextGeometry. GetBoundingBox (plane) method to create BoundingBox has some problems.BoundingBox is not the correct border of TextObject.as the picture shows.Is this...
View ArticleSerious V6 bug with display conduit DrawObject and transform
@clement wrote: @stevebaer, @jeff, i have a script written in V5 using a display conduit which does not run as expected in V6. My conduit draws an existing object (brep or mesh) using a special...
View ArticleRhino Common RevSurface.Create not accepting NURBS curve
@Stroopwafelandcoffee wrote: I’m currently trying to create a revolved surface from a NURBS curve. There should be quite a few methods of adding a surface of revolution using RhinoCommon, I’m...
View ArticleHow to get an ON_BrepEdge * from an ON_Curve *?
@XNurbs wrote: Given an ON_Curve *, how to get the ON_BrepEdge * ? Posts: 2 Participants: 2 Read full topic
View ArticleSelect a sub object
@XNurbs wrote: Loft.3DM (33.9 KB) For the attached model, using the Selection Filter, one can select the sub object. However, the following code does not work for sub-object selection. How to fix the...
View ArticleSerialization of derived UserData class with generics
@visose wrote: I was trying to create a derived class from UserData that wrapped a generic type. It looks like it can serialize it, but it’s unable to deserialize. When saving the document, it calls...
View ArticleWriteFile works on Rhino5 but does not work on Rhino6 to export vrml files
@Eliseo wrote: Hi, This code works fine in Rhino 5 for exporting an wrml file but in Rhino 6 it is exported a 3dm file. I can´t find a method to export objects to a wrml file… Thanks DialogResult rc;...
View ArticleI cannot understand how eto work
@s.branca wrote: import rhinoscriptsyntax as rs import Rhino.UI import Eto.Drawing as drawing import Eto.Forms as forms commandname = “FindHole” class SimpleEtoDialog(forms.Dialog): def...
View ArticleShadows not working when rendering with displayPipeline.DrawObject
@yoav wrote: I am working on a simulator that moves object every 12 ms. When adding the objects to the doc and (with out hiding them) i get all the best of rendering that rhino can offer but...
View ArticleRhinoCommon Printing
@veesus wrote: Hi, I’m struggling with a print issue in RhinoCommon and a Display Conduit that honestly has be stumped. Our display conduit draws some custom OpenGL to the screen. In normal viewports...
View Article