Plugin settings
@DominikIC wrote: Hi there, has anybody an example of how to use the settings of an plugin? I'd like to store user preferences for some values.But no idea when to set default values and how to...
View ArticleC# open new document
@cristina.b wrote: Hi,Scripting the "New" command in C# like this: Rhino.RhinoApp.RunScript("-_New _Enter", true); doesn't seem to give any result. Am I missing something?Is there a better way to...
View ArticleHow to "Escape" a running Command (i.e. BooleanUnion)
@jstevenson72 wrote: I am trying to find a way to interrupt a long running process in Rhino, such as a BooleanUnion of a lot of objects. My only current solution is to using Windows API or SendKeys to...
View ArticleRhino 5 SDK Installation Problem
@Virtualgeo wrote: I can correctly install and run Rhino 5, but the SDK installation returns an error on my PC withWindows 10 (the returned error is: "Setup ended prematurely because of anerror")....
View ArticleHow to add a modified object and maintain the same ID? C++
@Marco_Brandazzi wrote: Hello everyone, I am trying to add to scene of Rhino a modified curve that maintains the same ID from the original one. I explain the scenario: The user have to select a set of...
View ArticleMost Efficient Way To Generate Thumbnail?
@EricM wrote: This isn't a Rhino question, but I am trying to create a little shell extension to generate a thumbnail and visualize all the STL's I've created in Rhino. 500k is my average triangle...
View ArticleExtract Mesh edges
@cidelab wrote: hello to all,I need to extract all mesh edges. I'm doing this: List<Curve> lstCurves = new List<Curve>(); int edgesCount = m.TopologyEdges.Count; for(int i = 0; i <...
View ArticleAverage value in a List of mesh's vertex normals
@f4y wrote: Hello, its the first time i use the forum and i'm a noob with c# i have a problem with a rhino script command.i need the avarage vector in a mesh list normals. thats the part of my script...
View ArticleC# Brep Split
@cristina.b wrote: Hi,Could you please help me solve the Brep Split in C#, when I use the example bellow I get 2 clones of the object I want to split, plus the original.All I want to achieve is a...
View ArticleRhino 6 (WIP) - OnDuplicate/OnDraw
@mpcarlos87 wrote: Hi, I'm working with Rhino 6 Work In Progress(6.0.16126.20451, 05/05/2016). Currently I was experimenting with CustomBrepObjects and I have some questions about the calls inherited...
View ArticleCSG modelling in Rhino5 for capturing internal control points of 3d solids
@mirfatah wrote: Hello every one.Concisely, how can I obtain internal control points and knot vectors of 3D NURBS models? Although the B-Rep parameterizations could be gained and exported from Rhino,...
View ArticleGetobjectlist from worksession files
@serdem wrote: Hello,i can get all object list in the document with the below code(vb).dim all=doc.objects.getobjectlist(objecttype.anyobject)but i also need to get the objects in the other...
View ArticleOrienting Objects on Mesh (c++)
@suc_kiet wrote: Hi all; I want to orienting objects on mesh with c++ , but I cant no found the vertex when I pick point on mesh, cant anybody give me a sample? Posts: 3 Participants: 2 Read full topic
View ArticleProjecting heatmap on 3D model
@attemann wrote: I have a matrix sensor that collects data (lets say temperature) over a 130 by 130 array - basically getting a individual value for each of the 16900 elements. I know the position and...
View ArticleHow can I get the system log of Rhino?
@aura wrote: How can I save the Rhino and Grasshopper file history including all events like "undo" and "redo" run by user? I'm PHd Student and for my research I need to access e know all the commands...
View ArticleC# Boolean difference between a surface and a solid
@cristina.b wrote: Hi, Is it possible to obtain a Boolean difference between a surface and a solid, where the solid is the cutter (i.e. create a hole in a surface by a cylindrical solid passing...
View ArticleMaking a "preview" command bar option using C#
@eebs99 wrote: I've been wanting to do this for a while, but I never found documentation of making a clickable button in the command bar, preferably a "preview" button. How would I do this? A work...
View ArticleCreating trimmed brep from pure NURBS data
@Mike_Johnson wrote: Hi, I am trying to create breps from pure NURBS data (i.e. control points, weights, knots, degrees, etc.). Each surface consists of parametric trimming curves. Here is my code:...
View ArticleHow do I make a 32-bit plugin using Visual Studio 2016?
@eebs99 wrote: I have been able to make plugins that work on 64-bit versions of Rhino, but I really want to make a 32-bit version of the plugin so I can run it on the ones that I have in school. How...
View ArticleAnnotation on a layout
@dsw wrote: hi i currently try something similar to an already discussed topic there: CRhinoPageView & CRhinoDetailViewObject Rhino Developer Hi, I would like to annotate some objects on a layout....
View Article