Suface Split and offset distance between them
@MatrixRatrix wrote: Hello i’m struggling with a problem, I need make a script for my plugin that have has the function split a surface according to an order already determined and move the split...
View ArticleAddinstancedefinitions in Ironpython
@tish.ghaith wrote: Hi all, I am trying to translate this code in Ironpython. I do only need the instance definitions part because I couldnt instantiate a Rhinodoc object for some reason and the...
View ArticleDouble-clicking RHI doesn't load in V6
@clement wrote: Hi @brian and @will, i want to report a bug relatated to installing a compiled script (a PlugIn in *.rhp file compiled with the RhinoScriptCompiler). After compiling my script using...
View ArticleC#: Explode, Rebuild and auto-Match (Position) Polysurfaces
@RIL wrote: So I want to automate a command sequence of a whole bunch of polysurfaces (wood planks) using C# (both for GrassHopper and for a Rhino Plugin assisting manual work). I want to Explode the...
View ArticleCreate C++ DLL
@suc_kiet wrote: Hi; I am trying to creat a dll file to my plug-in, but my code always creat a rhp file to me. How do I solve this problem ? my code: MCV.rar (27.8 KB) Posts: 1 Participants: 1 Read...
View ArticleToolbar Button to trigger RhinoCommand C#
@AxeManGa wrote: Hi there. I’ve been failry successful with the incuded samples and I am moving forward with Automating tasks in Rhino. However, there is still a topic I do not quite understand: How...
View ArticleHow get the Polylines which creat by the same contour plane in...
@pythonuser wrote: Hi: In the this sample, if I set input.m_bAddOutputToDocument = false, all the Polylines out will add in ON_SimpleArray<ON_Polyline*> pline_array (target object is mesh), how...
View ArticleUsing static UI methods with multithreading
@D-W wrote: I’m tackling small issues with calls to UI with C# Tasks. Basically, i have a task which is running and showing progress but can be interrupted via cancellation token and restarted with...
View ArticleUndo Record insid command
@MatrixRatrix wrote: Hello, I know that all commands after finalization are written to undo and can be undone with the “undo” command. But, in my command I have to undone some actions during script...
View ArticleCustomize a skin
@1792927545 wrote: I´m new in Rhinocommon.I´m working with Rhinocommon and C#.I try the example https://developer.rhino3d.com/guides/rhinocommon/creating-a-skin/ ,but I can’t have it. I have a...
View ArticleRotation of hatch with rs.AddHatch: counterclockwise change in clockwise
@mdecultot wrote: Hello all, I have develloped a python script that follow a line and will create a lot of small hatch zone. For all hatch, I want to control the rotation, but some time the value of...
View ArticleFit points to ellipse
@Petras_Vestartas wrote: Hi, Is there any .Net or Rhinocommon method that approximates an ellipse from a set of points? Similarly to fit circle from points, but for ellipse? I tried to search in...
View ArticleGet edges connected to a solid control point
@adl.architetto wrote: Hi all. this might be a newb question (i have searched though) but i need a way to get the a list of edges that are connected to a solid control point. To illustrate my point,...
View ArticleCannot do anything with Rhino 6 COM objects
@rosecodym wrote: I am trying to automate Rhino 6 via COM: var t = Type.GetTypeFromProgID("Rhino.Interface"); dynamic com = Activator.CreateInstance(t); // Works, launches Rhino var rhino =...
View ArticleAdding Mesh to RhinoDocument
@richard_schaffranek wrote: Hello all, I am trying to add a mesh generated from scretch in C# to a rhino Document. The generated Mesh has Normals and Face Normals set to the correct direction, however...
View ArticleOrder Geometries C#
@AxeManGa wrote: Hello fellow Devs. I am automating a process of DXF file creation where I send files to a laser, which is driven by simple DXF files in layers. I have the challenge of ordering these...
View ArticleRMB ContextMenu
@D-W wrote: I wondered if there is a possibility to add items to rmb delayed context menu from RhinoCommon - as far as i tried adding new item can’t be done via macros. Posts: 1 Participants: 1 Read...
View ArticleCan't figure out out to "-Hide" within C# components
@distantkitty wrote: I’m using the below code to select all my meshes to some work down the line inside of grasshopper. I would like to hide what ever objects this script selects. I can’t seem to...
View ArticleHow to identify a ListCtrlItem when it is just saved as a Pointer within a...
@oliver.henrichs wrote: Hi there, I am writing a c++ - Rhino 6 plugin in which an existing software should expose some of its functionality to Rhino. I am currently working on the GUI and wrote some...
View ArticleProperty or method?
@ivelin.peychev wrote: I have difficulty understanding something: Say we have a class in csharp: class z_class() { public int[, ,] some_name { get; protected set;} } is some_name a property or a...
View Article