Quantcast
Channel: Rhino Developer - McNeel Forum
Browsing all 8532 articles
Browse latest View live

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 Article


Image may be NSFW.
Clik here to view.

My 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 Article


How 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 Article

Image may be NSFW.
Clik here to view.

AddLoftSrf 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 Article

Updating 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 Article


Image may be NSFW.
Clik here to view.

Mesh.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 Article

Chaos 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 Article

Image may be NSFW.
Clik here to view.

TreeGrid 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 Article


Mesh.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 Article


RhinoCommon 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 Article

Image may be NSFW.
Clik here to view.

Automatic 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 Article

PDM 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 Article

Image may be NSFW.
Clik here to view.

Rhino3dm 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 Article


Opengl 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 Article

Null 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 Article


RelocateGumball api in c++?

hi, it is a api to Relocate Gumball in c++ like _GumballRelocate command ? 1 post - 1 participant Read full topic

View Article

Image may be NSFW.
Clik here to view.

QuadRemesh - 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 Article


MergeAllFaces

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 Article

Interactive 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 Article

Create 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
Browsing all 8532 articles
Browse latest View live