Invalid Brep
@nmwardhana wrote: I am new to Rhino and developing a Grasshopper plugin. I am trying to create a Brep which just contains 1 face, but it gives the following error message. Fails to create a valid...
View ArticleVisual studio outputting .rhp instead of .dll (Moose sample)
@mike8 wrote: For my own understanding, I’ve re-created my own version of Dale’s Moose sample project using the Rhino / Grasshopper plug in templates provided by the RhinoSDK. So the solution has the...
View ArticleI can't use FilePdf.DrawPolyline
@laurent_delrieu wrote: For some reason when I use FilePdf.DrawPolyline my pdf has nothing visible If I use DrawLine I haven’t this problem ? Is it something with the fillColor ?...
View ArticleInstalling a native library so it is visible from ironpython
@db368 wrote: Thanks for all the replies, you all have been a big help. Now that i’m nearing completion of my native library, I am looking to make a .rhi installer file to install it. The end goal is...
View ArticleMoving custom grips using gumball textboxes
@software_comas wrote: (topic withdrawn by author, will be automatically deleted in 24 hours unless flagged) Posts: 1 Participants: 1 Read full topic
View ArticleClosest object to a point
@cotoc_george wrote: hello, is there a command to find the closest polysurface/text… to a point in rhino scripting (python)? thanks, CG Posts: 7 Participants: 4 Read full topic
View ArticleReplicating RVB RemapObjects function in Python
@shanew06 wrote: Hi, I want to replicate the old RVB function “RemapObjects” in python. Essentially I have a planar object that I want to align to the “Top” Cplane. I saw a suggestion to use...
View ArticleTextEntity Commitchanges return false c#
@gustavo.uzcategui wrote: Hi, this is my code TextEntity textentity = obj.Geometry as TextEntity; str = textentity.Text; textentity.Text = str + "aa"; var result = obj.CommitChanges(); one_char =...
View ArticleRun python example in rhino WIP
@corellaman wrote: Hi! Not python-savvy, I was using the example here to learn some python pertinent to a project In Rhino 6, the script runs fine: image.png1545×594 149 KB In current RhinoWIP, the...
View ArticleStoring run-time data in a plugin
@Taavi_Looke wrote: Hi! Is it OK to store data, that is needed by the plugin for the currently open 3dm file, inside the PlugIn instance during run-time? Is it guaranteed that if there are multiple...
View ArticleCan I add a truly hidden object to the document?
@ivelin.peychev wrote: Is it possible to add an object to the document that is not visible even if you unhide all objects, but it has its own guid and can be invoked, truly unhidden? Not selectable...
View ArticleUpdating Plugin Commands During Development
@kgoulding wrote: I’m trying to figure out the best way to update the registry while developing a plugin after adding new commands. Ideally I’d like to reload the plugin and have it modify the...
View ArticleControl Surface Normal
@onrender wrote: Hi, Is there a function in Python or in RhinoCommon that creates a surface object that allows us to specify the side of the surface the normal will be by a given point? Posts: 1...
View ArticleDocking custom panels
@rhinoodico wrote: Hi, I want the information for the panel that can we dock a panel at the bottom in rhino 6? As of now they can docked at the left and the right sides of the rhino 6. After dragging...
View ArticleWhat is Rhino_DotNet.DLL used for?
@ivelin.peychev wrote: What is this library for? Posts: 4 Participants: 2 Read full topic
View Article(C++) How to apply a texture to a Plane from an in-memory array
@robin_l wrote: The title pretty much sais it all. I am trying to create a textured flat plane, however since I am computing the results I am trying to directly apply the texture from the array...
View ArticleCleaning Rhino Terminal from Python?
@ivelin.peychev wrote: How can I do this with Python? image.png819×319 43 KB Posts: 12 Participants: 3 Read full topic
View ArticleUntrim Surface/Brep at a particular Edge in RC
@Dmitriy wrote: Hi, I am looking for a way to untrim Surface at the specified edge only via RhinoCommon, similar to native Untrim command. Thanks in advance, Dmitriy Posts: 1 Participants: 1 Read full...
View ArticleTight bounding box of surface with C#
@demichang.cd wrote: I am trying to get tight bounding boxes of surfaces with C#. my geometry exists in Rhino, so I should be able to use the RhUtil.RhinoGetTightBoundingBox suggested by this post....
View ArticleTextObjectPoint Gap (Python)
@dbodey wrote: Hi all, I have been using TextObjectPoint to get a coordinate of a textbox. The problem is on some cases that point is not exact enough for my needs because there is a 0.05 inch gap...
View Article