Perspective and Shaded
@reuben.alfred wrote: How do you enable Perspective view and shaded mode from RhinoCommon? Posts: 1 Participants: 1 Read full topic
View ArticleList of Python/RhinoCommon commads corresponding to the GUI commands?
@junk wrote: Hi all, I am trying to write some python programs to automate some steps that I normally would do manually in the Rhino6 GUI. I always run into the same problem: The GUI commands don’t...
View ArticleHow to effectively use the Cancel button on an ETO form
@DanBayn wrote: I’m taking a look at creating my own custom forms with ETO and I have a question about cancelling the script using a “Cancel” button. If my form only has radio buttons, how can I make...
View ArticleBug display pipeline
@Matthieu_from_NAVINN wrote: Hi, I’m trying to change the object’s display color in a Displayconduit, but only the curves are colored, every surfaces remains unchanged: Protected Overrides Sub...
View ArticleObject DOF
@reuben.alfred wrote: is it possible to constrain the DOF (degrees of freedom) of an object in rhino using RhinoCommon? Posts: 1 Participants: 1 Read full topic
View ArticleCreatePatch and ClosestPoint
@spb wrote: I discovered that the Brep created by Brep.CreatePatch and the Brep extracted from the BrepObject of the other Brep added to the document can be quite different. As shown below, one of the...
View ArticleCan the colour of text be changed in an Eto GroupBox?
@DanBayn wrote: This is more of a curiosity thing than a real need. I noticed that one of the GroupBox properties is TextColor. Has anyone used that? If so, how would you change the title of a...
View ArticleCan't change Font of TextObject via Python
@Goswin wrote: Is this a bug in rs.TextObjectFont or am i doing something wrong? I would expect both text objects to have the same Font: code used: import rhinoscriptsyntax as rs rs.AddText("I am...
View ArticleClosestPoint in cpython, rhinoinside
@mads wrote: I am not able to use the method ClosestPoint for a crv crv.ClosestPoint(crv.PointAtEnd,0.0) Returns typeerror: " TypeError Traceback (most recent call last) in ----> 1...
View ArticleUnable to load rhino plugin more than once
@harmatb wrote: Hello, I am building custom Grasshopper interop components, and to make installing easier, made a dummy rhino plugin, so I could zip up the .gha and dependent .dlls with the dummy .rhp...
View ArticleC# doc.Views.ActiveView.CaptureToBitmap background color Rhino 5.0
@MateuszZwierzycki wrote: Is there any way to change the background to a solid color using RhinoCommon in R5 ? I have to change it before calling CaptureToBitmap. Posts: 4 Participants: 2 Read full...
View ArticleMorph event
@Harper wrote: Hi, I know there is an event for object transformation which include the transform and the objects: RhinoDoc.BeforeTransformObjects += RhinoDoc_BeforeTransformObjects; static void...
View ArticleFood4rhino slow when saving changes
@arendvw wrote: I’m trying to do some maintenance on the Clipper plugin, but food4rhino is quite slow when editing a plugin. After pressing the “Save” button it takes a few minutes to save, or come up...
View ArticleGet Sub Layer Names
@Petras_Vestartas wrote: Hi, How could I get the sub-layer names of one specific layer from Rhino File? Thanks, Petras Posts: 1 Participants: 1 Read full topic
View ArticleRhino3D creators
@reuben.alfred wrote: Rhino3D creators have got almost everything I have looked into, from a developer’s perspective, right!! A clean framework, good documentation, and samples! Samples should only...
View ArticleCurves order
@gianfranco74 wrote: Hi All I have a list of some curves , like in first the attachment. 1.png744×530 7.08 KB There is a way to make directions match like in the second attachment? 2.png769×543 17 KB...
View ArticleUse Rhino.UI.Dialogs from worker threads
@Goswin wrote: What is the best way to open Rhino.UI.Dialogs from another thread and get the result? Do i have to use RhinoApp.InvokeOnUiThread ? How can this return the Dialog result instead of void...
View ArticleLoad a DLL library from Rhino Plugin
@mcollareda wrote: Hello, I am stuck in trying to load a DLL library from inside a Rhino plugin written in C#.NET. First of all, I have to say that if I write a simple console app and call the class...
View ArticleCode examples for getting & setting key/value pairs in C#
@daniel.depoe wrote: Hello, I’ve seen this page: developer.rhino3d.com Plugin User Data This guide gives an overview of user data and how to use it with RhinoCommon. But would appreciate if there were...
View ArticleC#_get rotation angle and translation vector from InstanceReferenceGeometry
@obhagwat29 wrote: Hi All, I am reading rhino file which has several instanceReferenceGeometries. I want to get their transformation information particularly angle of rotation ( all the geometries are...
View Article