My script is flawed both logically and programatically, extra eyes needed
(topic withdrawn by author, will be automatically deleted in 24 hours unless flagged) 1 post - 1 participant Read full topic
View ArticleMy script is flawed both logically and programatically, extra eyes needed
i’ve got a script that i have hacked away at. it originally might have been @Helvetosaur or @pascal script. what i’m looking to do is find layers that have hidden objects in them, select from a list...
View ArticleHow to make objref.Edge() return BrepEdge?
When using Rhino.Input.RhinoGet.GetMultipleObjects with Rhino.DocObjects.ObjectType.EdgeFilter objref.Edge() would return Brep Edge Geometry. I have a Brep and its Edge. How do I pack it into objref,...
View ArticleAddLoftSrf broken in Rhino 7 SP0?
Hello there, is it possible, that the AddLoftSrf Rhinoscript command is broken in RH7 SP0? I use it as always : Loft = Rhino.AddLoftSrf(arrForLoft,0,1,45,False), but the curves are not rebuilt. Rhino...
View ArticleUpdating UI when running a long task
I have a background task running and I need to update a control to let the user know whats going on. So from the background task I am able to send events to the control but this never gets updated so...
View ArticleMesh.CreateFromClosedPolyline bug
Canvas at 17;06;071112×789 163 KB Mesh.CreateFromClosedPolyline bug.gh (3.3 KB) Using Version 6 SR31 (6.31.20315.17001, 11/10/2020) 2 posts - 1 participant Read full topic
View ArticleChaos Group Releases V-Ray 5 for Rhino
Live Real-Time Visualization Provides Immediate Feedback, Speeding Up Design Iterations Before the Final Render LOS ANGELES, Calif. – November 19, 2020 – Today, Chaos Group released V-Ray 5 for Rhino,...
View ArticleTreeGrid scroll performance
Hello, I have a TreeGrid with over 600,000 items. At startup, scrolling performance is good, but when I add a subitem the performance decreases depending on the location of the parent item. Anyone...
View ArticleMesh.CollapseFacesByArea() stalling Rhino
Hi, I have a mesh that will stall Rhino indefinitely when running Mesh.CollapseFacesByArea(0.1,0) collapse_mesh_error.3dm (475.8 KB) import rhinoscriptsyntax as rs id = rs.GetObject('Select mesh')...
View ArticleRhinoCommon global variable best practice
Hi, a short question about global variable best practice. If I have a plug-in with many commands, but I want to have one global variable accesible from anywhere and everywhere, where should I put it?...
View ArticleAutomatic deployment question Mac
I received the following inquiry from a client which I do not know how to answer: (translated inquiry) We would like to deploy Rhino on all Apple machines using Zoo’s floating licenses. Could you...
View ArticlePDM for Rhino
Ok, how about… PDM… for Rhino? Autodesk Vault seems to be a ‘useful’ tool to put it mildly. Fine, we don’t have version control in Rhino, but there should be soon some API (RhinoCompute?) available to...
View ArticleRhino3dm Layer Visibility
Hi All, I was using the Visible property of a Rhino3dm layer object and I observed that the child layer remains visible even if the parent layer is off. From the image above, the Visible property of...
View ArticleOpengl display list
When it comes to render a large dataset OpenGL display list are generally used to speed up render since geometry and texture data is loaded into the graphic card memory and at each refresh there is no...
View ArticleNull result for Quad Remesh
Hi All, I’m getting a null result for quad remesh that I can’t resolve. I’ve attached a gh script to demonstrate this. If I use a rebuilt mesh (or add it to Rhino document) then it works. Invalid test...
View ArticleRelocateGumball api in c++?
hi, it is a api to Relocate Gumball in c++ like _GumballRelocate command ? 1 post - 1 participant Read full topic
View ArticleQuadRemesh - Rhinocommon vs RhinoUI
I’ve not been able to identify how to get the same quad remesh results using Rhinocommon in comparison with rhino command. I’ve attached a gh script to demonstrate, you can see areas with missing...
View ArticleMergeAllFaces
I downloaded rhino 7 evaluation and it seems like some commands typed won’t appear but do work, for example, I type in mergeallfaces and it won’t give a suggestion nor show up in the list but does...
View ArticleInteractive web application that uses Grasshopper?
Hi all, Is there a way of building an interactive web application where grasshopper would work in the back? I am looking for possibilities that are already offered by https://www.shapediver.com/ but...
View ArticleCreate temp document for test purpose
Hi everyone, I have some preferences for both RhinoDoc and RhinoObjects for plugin details. In order to test them, I simply want to create this scenario; (At the beginning of test plugin) Open...
View Article