Additional Option/Method for CreateSolid
@Dmitriy wrote: Hi, Sometimes CreateSolid method creates few closed volumes based on the input Breps. Now, I am looking for a way/option when I can select to create only those closed volumes, created...
View ArticleCalculate surface deviation after rebuild
@Willem wrote: Hi, How would I go about calculating the maximum deviation from a rebuild surface and it’s original in RhinoCommon? To prevent costly calculations by brute-force sampling the...
View ArticleScript Compiler or Rhino V6 Bug?
@donl517 wrote: Compiled .rhp files have no commands in Rhino V6. I can look at the properties in V5 and it list the command names, V6 is blank. Thanks, Don Posts: 1 Participants: 1 Read full topic
View ArticleRun the sample (c++) download from github of v5
@suc_kiet wrote: Hi: I download the c++ samples of v5 from github, after I run it, the program prompt error 1520091395(1).jpg1085x606 117 KB : how can I solve it Posts: 1 Participants: 1 Read full topic
View ArticleRhinoceror 6 crash when loadind protected dll
@gm_user wrote: Hi all again, when I try to load an rhp which calls a protected dll, Rhinoceros 6 crashes. I’ve never had any similar problem with either RH5 or RH4. Can you have a try and give me...
View ArticleDeleted groups always listed
@clement wrote: Hi @piac, it looks like in V6, deleted groups are listed even when ignoreDeletedGroups = True. I see this in the python script editor using: scriptcontext.doc.Groups.GroupNames(True)...
View Article[RhinoCommon] AddRhinoObject HistoryRecord
@mpcarlos87 wrote: Hi, I’m trying to use the method AddRhinoObject(CustomCurveObject curveObject, HistoryRecord history)...
View ArticleGetpanel() equivalent in rhino6
@Matthieu_from_NAVINN wrote: Hi, I’m trying to migrate a vb.net plugin to Rhino6, but I have an issue: I can’t find the equivalent for getpanel() in the new rhinocommon framework. Until now I used...
View ArticleCustom Object User Data lost when saving doc
@Matthieu_from_NAVINN wrote: Hi, My .net plugin used to read/write a lot of Custom Object User Data when it was compiled for Rhino5, and it worked really fine. I’m currently migrating to Rhino6, and...
View ArticleBeginSaveDocument Firing Multiple Times
@mpcarlos87 wrote: Hi, I’m doing some research to save my custom plugin data before Rhino saves the 3dm file and I noticed that the event BeginSaveDocument and some overrided methods are being fired 2...
View ArticleFunctions op_Multiply and op_Addition for Matrix
@sebastian.tuttas wrote: I noticed the function op_Multiply and op_Addition for Rhino.Geometry-Matrix. But they are not working or documented. Are these placeholder for current version. Will they be...
View ArticleHow to program a structure cloud diagram in rhino by RhinoCommon?
@Davilin_hit wrote: Hello, everyone! I am a new Rhino developer. Now I am writing a finite element method plug-in by C#. I have some problems in post-processing: I want to draw a structural...
View ArticleMesh entities not visible in Rhino 6 opening a Rhino 5 drawing
@andrew3 wrote: Our plugin draws entities including meshes with an RGB defined color. When the drawing is done in Rhino 5, and then opened in Rhino 6, the meshes are not visible. Notes: mytest.3dm...
View ArticleAddRhinoObject Event is called even when an existing object is moved
@Darryl_Menezes wrote: Hi, I am trying to monitor when a new object is added to a Rhino document using RhinoDoc.AddRhinoObject Event (as it is explained in the documentation that this event will be...
View ArticleDepthMode at PreDrawObject in Conduit
@Eliseo wrote: Hi, I do not understand the behavior of DepthMode very well. I am trying to know when an object that is in the conduit and on the pad is moving and when it is released. I thought that...
View ArticleProblem with PlugIn Test Site for Rhino 6 : https://compat.mcneel.com/
@DominikIC wrote: Hi all, I was trying to check our plugins on the site https://compat.mcneel.com/ which you hvae showed in Barcelona once. All of our plugins work well apart from one. Problem is that...
View ArticleCustomised Rhino User Interface Panel
@shaunwu25 wrote: 20180307.jpg1917x1029 365 KB Dear all, I’m wondering how to develop a customised user interface like the picture above. Any place I should look into? Thanks in advance. Best regards,...
View ArticleSelect Objects Without User Interaction Using C++ API
@chris.rafuse wrote: Hi all, I need to have an object selected prior to executing a command. I need to do this from within my CRhinoCommand::RunCommand method without any user interaction (no mouse...
View ArticleHow to get list of surfaces from polysurface
@Sarath_Kithiyon wrote: Hi, How to get list of trimmed surfaces from polysurfaces using C# -Sarath Posts: 3 Participants: 2 Read full topic
View ArticleRhino 6 Export File Part Name Not written in Step File
@randeep.jaison wrote: Hi, I am having difficulties with Rhino 6 Export. I am trying to read the Rhino Exported Step file in Abaqus for some reason part name are not reading properly. Below is a...
View Article