Prevent GH 7 library from loading in Rhino 6
@trygve wrote: Hi! I’m building a GH library intended for Rhino 7. Of course, when I open Rhino 6, it complains that the library was built against a newer version. Is there a way to prevent Rhino 6...
View ArticleMesh.GetOutlines minimizing probability of null
@D-W wrote: Hi @dale would you mind recommending steps to minimize getting null out of Mesh.GetOutlines(plane) method? Can I do something with mesh earlier to ensure that I will get an outline? I’m...
View ArticleIs there a way to recognize mouse clicks with Python?
@DanBayn wrote: Is there a way in Rhino/Python to allow the use to mouse click in the viewport and return a result? I notice there is a SendKeystrokes method, but I don’t see “SendMouseClicks” or...
View ArticleHow to get dimensions for selected objects scaled to document units?
@chris.richards wrote: How would I get the dimensions of a selected object which are scaled to the units set in the document? So far I’ve got the selected objects with the code below: var filter = new...
View ArticleTrouble learning RhinoCommon equivalent of old RhinoInterpCurve
@AlW wrote: I’m having a tough time finding out what RhinoCommon uses instead of Rhutil.RhinoInterpcurve. Searches in VS2017 sample project object browser and here in discourse have been fruitless...
View ArticleRhino.Geometry.Mesh.Split not threadsave?
@clement wrote: Hi @dale, is Rhino.Geometry.Mesh.Split a threadsave method ? I have one target mesh which i want to split with other invidual meshes. For each split operation i create a duplicate of...
View ArticleCalculate the volume of intersecting objects without boolean
@pythonuser wrote: Hi All: I have two intersecting objects, Is there any way to calculate the volume of the intersection of them without boolean them. In my example picture just have two objects, But...
View ArticleWriting Document User Data (geometry) from GH using GhPython/C#
@aitorleceta wrote: Hi, is it possible to store geometry data in the rhino document from grasshopper? I would like to store some GUID and a bunch of dictionaries in the Rhino document and finally some...
View ArticleScripting of Snapshots vs. RenderPlugIn.Render
@jdhill wrote: I’m trying to support snapshots in my renderer, and from reading here and looking through the sdk, I gather we can only save/restore/delete snapshots via RunScript (please let me know...
View ArticleRepeat a method, until right mouse button pressed
@onrender wrote: Hi, I am looking for a Python solution to repeat a method until the user presses the right mouse button. In detail, the method would pack the selected items in a specific list...
View ArticleUse Rhino.Input.Custom.GetObject() more then once
@onrender wrote: How can I use Rhino.Input.Custom.GetObject() twice in a code? When I use the script below it handles only the first object. import Rhino import scriptcontext import rhinoscriptsyntax...
View ArticleMetal material type problem & request
@jdhill wrote: It’s great how the named material types allow user intention to be retained, but I’d like to request a small change to the Metal material, to take that a little further. Currently the...
View ArticleMemoryStream to Rhino.FileIO.File3dm.Read();
@ChristopherBotha wrote: I have an implementation that requires files to never touch local users hard drives, using regular .net functions i can read memory streams from non disc locations, but I see...
View ArticleClosest point to trimmed surface
@zer41k wrote: Hello I’m developing plug-in (c++) I need to find the closest point on a surface to another arbitrary point. I’m using GetClosestPoint(), but it finds the point on the whole (untrimmed)...
View ArticleAssemblyResolve ignores strong named DLLs
@mw_patrick wrote: Hello everyone, I have two plugins, each needs to load a different version of the same DLL. These DLLs are strong named and are placed in separate subfolders. I want to subscibe to...
View ArticleHashSet value in UserDictionary gets automatically converted into Guid[] on...
@jeffoulet wrote: Hi, I’m storing some Guids into Brep’s UserDictionary in form of a HashSet<Guid> value. When I retrieve the UserDictionary right after having attached the Guids, the key value...
View ArticleUpgrade Plug-in
@Rudy wrote: I have to upgadre a Plug-in from Rhino5 to Rhino6. In the actual version I use this function: Public Overrides Function OnLoadPlugIn() As Integer If (m_docking_dialog Is Nothing) Then...
View ArticleUpdate sliders, checkboxes etc. in external GH file
@e.pouls wrote: Hi everyone, I want to update a geometry in an external file by changing the input values of dropdowns, sliders, checkboxes, panels etc. This happens in “Properties Editor” in the GUI...
View ArticleHow to get CLR from CPP
@ivelin.peychev wrote: Hi, I spent the last couple of days researching different methods to instantiate the CLR from C++ application. But the latest information I’ve found is for dotnet 2.0 with some...
View ArticleDoes anyone know how to create a Computational Fluid Dynamics CFD modeller...
@CarlosRa wrote: Hello everyone!! Does anyone have experience with developing or using CFD in Rhino? Posts: 4 Participants: 4 Read full topic
View Article