CaptureToBitmap()
@parcoffice wrote: Hi, When using capture to bitmap in a c# script I’m getting strange results in the output file. I am exporting an image that is larger than the viewport, has anyone else encountered...
View Article2d text label created with displayconduit is partially invisible when taking...
@Puja wrote: I am trying to create text labels on the members of a structure. The labels on one side of the structure are not displayed completely, as if there is another (invisible) object overlapped...
View ArticlePrevent Ero.Forms.Dialog from Closing
@Dmitriy wrote: Hi, How can I prevent closing of the Dialog? I am getting the following error when use ShowDialog: Cannot set Visibility or call Show, ShowDialog, or WindowInteropHelper.EnsureHandle...
View ArticleReference Layers
@LarryL wrote: Hi Dale, There is a very convenient method in the RhinoDoc Layers table for adding a reference layer (AddReferenceLayer). What is the mechanism to do the opposite to remove a reference...
View ArticleHow to join curves?
@viktorkadza wrote: Hello! I have to create a profile section from lines with corners and fillets. As a result i have a list of lines . How to join/connect this lines to get one curve from them, so i...
View ArticleRhinoceros 5 Error: “Command did not register”
@gustavo.uzcategui wrote: Hello, I got an error when starting Rhinoceros 5 (64-bits). Once ignored the message by clicking “Ok”, the program starts normally but every time I start Rhinoceros the...
View ArticleRhinoCommon Python Rotation to Euler YawPitchRoll
@patrick.jaksic wrote: Hi everyone, Im having some problems with the Transform.GetYawPitchRoll Method. I made a Rotationmatrix that is Rotating a Circle by a given Vector Using Transform.Rotation....
View ArticleAbout UserData and it's connection to RhinoObject
@ruisantosfortes wrote: Hello. I’m making a plugin that attaches data to an Object (ClippingPlane in this case). This data has property that I want to be unique amongst all the userdata instances. If...
View ArticleRhino specific Porxy settings for plug-ins
@gabor.konstanzer wrote: Hi, I’m haveing trouble with Proxy settings. Is there a way, for us as plugin devs to use the proxy settings of Rhino which the user sets up for the license server. In my...
View ArticleDoes the BinaryArchiveWriter removes empty string values from a dictionary?
@ruisantosfortes wrote: Hello. I persist a dictionary that has some empty string values using BinaryArchiveWriter.WriteDictionary(myDict). But when retrieve it using...
View ArticleChange colors in Grasshopper Python Script Editor MAC Rhino 6
@manuelr wrote: Hi there, Anyone knows where the source code for the Grasshopper Python Script Editor lives? I would like to change the colors of the Script Editor, since the new version of Rhino 6...
View ArticlePython scripts preload
@onrender wrote: Hi there, I have noticed that Python scripts are always slower at the first run. I think, they are loading first and for the second run they are running instantly. Is there a way that...
View ArticlePlug in writer
@drew1 wrote: Hi, We are looking for a plug in writer for Rhino windows and mac. Please message Posts: 1 Participants: 1 Read full topic
View ArticleGroup of breps vs polysurface
@Pablo_Garcia-Amorena wrote: Hello, I wonder what are the differences between a set of breps joined as polysurface or the same set joined as a group. Does a polysurface have a unique id (and a group...
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 ArticleV5.0 "Release Rhino will skip SDK debug plug-in" (c++)
@suc_kiet wrote: Hi; What is the problem of my plug_in ? XFK%_`)DE5RMZLG`W$OVJQM.png1342×904 325 KB this is my settings in vs 2010 G(ML}}F08]7{OAGY$2~D$RU.png1002×76 17.6 KB Posts: 2 Participants: 2...
View ArticleCreating a point class derived from GeometryBase?
@ivelin.peychev wrote: Could anyone give me an example how to derive a point class from GeometryBase. Reason: educational purposes I wish to make a custom point class that overrides the Transform and...
View ArticleSupporting Multiple Languages
@AxeManGa wrote: Hi There. I’ve created some commands in C# using RhinoCommon and they work perfectly well in multiple systems and users in US English. However, the DLL failed to load and find the...
View ArticleSee picture through surface material
@hugh_groves wrote: I’m creating some surfaces in a grasshopper preview that are somewhat transparent. Rhino.Display.DisplayMaterial dm = new Rhino.Display.DisplayMaterial(color, transparency);...
View ArticleRUI documentation for Rhino 5
@alexander.mcrae wrote: I am looking to create a toolbar for a plugin I will be creating later, I am wondering where the documentation for the layout of the RUI file is. My understanding is that is a...
View Article