Language in batch not working without administrator rights
@ag1 wrote: Hello, i try to let Rhino start with a little .bat file. The file only contains the following : “C:\Program Files\Rhino 6\System\Rhino.exe” /nosplash /language=1031 When i run it in the...
View ArticleHow to create mesh from nurbs with rhinoscript without dialoq box for options?
@gdlfactory wrote: Hi, Macros and aliases work fine with Mesh-command to avoid clicking OK for mesh options. But in RhinoScript it always asks to click ok on dialog box. This is preventing automation...
View ArticleHow to create a new thread from inside Rhino/GH?
@ivelin.peychev wrote: This is when the said process will invoke thread lock and respectively crash Rhino. How can I avoid this crash? UPDATE: How would this: using System.Threading; new Thread(()...
View ArticleRhinoscriptsyntax polysurface filter also accepts single surfaces
@Helvetosaur wrote: If I run the following: rs.GetObjects("Select a polysurface",rs.filter.polysurface) it will also select a single surface object. The mechanism is clear, in selection.py we have:...
View ArticleDupFaceBorder From Surface That touches the Construction Plane
@eric.bunn wrote: Is there a way to find the surface (from a closed polysurface) that touches the contruction plane and run the command “DupFaceBorder” on it? I do not want to manually select the...
View ArticleFind mesh vertex neighbors / vertex index
@Ano wrote: Hello I have a mesh and a point outside of it. I am trying to find the closest point on the mesh, which in my case happens to be exactly one of the mesh vertices. I am then trying to find...
View ArticleRTree howto?
@ivelin.peychev wrote: Could anyone come up with a simpler example than the one used here: https://developer.rhino3d.com/api/RhinoCommon/html/M_Rhino_Geometry_RTree__ctor.htm I don’t use meshes at all...
View ArticleBreak the curve
@sumuk wrote: Hi All, Greetings! I have many different curves, one of which is shared below. I want to break that curve into pieces (i want to break curve when there is sudden change or near to sudden...
View ArticleGH C# script serialization
@robertdamian.vochesc wrote: Hi, I usually use the serialization in Grasshopper C# Components through overriding the Write and Read methods and this works fine. Is there a way to use serialization,...
View ArticleSet document sun north
@rheinason wrote: Hi there! I’ve been racking my brain on this seemingly simple script. I wanted to create a script where I could control the north direction of the document sun by setting two points....
View ArticleAlias to Python Function
@Ncik wrote: G’day all, I have developed a python script with a number of similar functions for slightly different scenarios. Generally I create command aliases as such: Procedure 2 - Create a folder...
View ArticleChange curve seam while selecting curves
@siemen wrote: I’ve got a script where the user selects curves one by one. What I’d like to do is change the Curve seam to the point closest to where the user clicked to select that curve. Is there a...
View ArticleShow vector direction like in CrvSeam
@siemen wrote: Is there something in RhinoCommon to show a vector direction of a parameter of a curve, similar to like you get in the CrvSeam command? Posts: 2 Participants: 2 Read full topic
View ArticleGet Screen Size
@eric.bunn wrote: Hi, I was search around looking for a way to capture the size of the screen using python and found this link:...
View ArticleWhat computer language will be mainly rhino on the future?
@l1407 wrote: c# or python ? what benefit of c#? Posts: 4 Participants: 4 Read full topic
View ArticleClustering a list of numbers
@Petras_Vestartas wrote: Hi, I am trying find a method how to extract a list of numbers from a list that are the most self-similar? I would like to filter out values that stand out too much from a...
View ArticleRhinoCommon - Pre-and Post- select subobjects
@Helvetosaur wrote: Last one for today - I am trying to figure out how to include a preselected set of subobjects (say, brep edges) into a selection process where one can continue selecting more edges...
View ArticleC# Get sub-layer objects from external rhino file
@shaunwu25 wrote: Hi all, I am trying to use c# script to access an external rhino file in my local document folder. The question is I cannot retrieve the objects if it is located at the sub-layers. I...
View ArticleStandard Python Modules
@eric.bunn wrote: Is there a way to access standard python modules from the Rhino Python Editor? Specifically win32api Eric Posts: 1 Participants: 1 Read full topic
View ArticleGhpythonlib.components Split surface **Solved**
@seghierkhaled wrote: Why ghpythonlib.components SurfaceSplit don’t work properly? split.gh (62.4 KB) image1546×673 237 KB Solved : Curves input must be List Access image1003×583 125 KB Posts: 1...
View Article