Question regarding behavior of blocks
@D-W wrote: Hi Guys, I have two questions about instance definitions behavior. Is there any hook to react also to displacement change? It seems that the change in RenderPrimitiveList isn’t affecting...
View ArticleRhinodoc.Name and Rhinodoc.Path after which event?
@lando.schumpich wrote: Hello I’m trying to implement some functionality in a plugin that lets me save a 3dm file with a timestamp added to the filename. I am kind of confused as to when a Rhinodoc...
View ArticleImport in selected layer
@Noos wrote: Hi. How can I insert an external file, and put the reference under a current active layer? Posts: 1 Participants: 1 Read full topic
View ArticleUnwanted color gradient on mesh faces DisplayConduit
@matti.pirinen wrote: Hello, I’ve created a basic Display Conduit class to draw my custom mesh. I wanted to have mesh where every face is a solid color so I created a collection of meshes from my...
View ArticleEscape characters in doc.Strings
@Willem wrote: Hi, I ran into an issue where I could not purge some usertext entries with python rhinoscript specifically these type of entries: In userdata.py the method GetDocumentUserText pointed...
View Article[Rhino6] Add view: no anti-aliasing and performance hit
@menno wrote: @stevebaer @dale If I add a view like so: var view = doc.Views.Add("Test", DefinedViewportProjection.Front, new Rectangle(100, 100, 400, 400), true);...
View ArticleRS Wish: additional argument in Rhino.AllObjects
@Jarek wrote: Hi @dale, It would be helpful to get an option for Rhino.AllObjects() to also return objects that are parts of block definitions in the document (to be included as an additional...
View ArticleSave Error using UserDictionary "Failed to write 3dm file instance definition...
@dks5254 wrote: I am writing a python plugin that writes data to the UserDictionary (as in previous topic) for different curve objects, and am hoping this data gets saved along with the document....
View ArticleRhino Viewport embeded in WinForms (or WPF)
@ivelin.peychev wrote: Is there a way to do that? Posts: 1 Participants: 1 Read full topic
View ArticleEvaluate not unitized tangent vector of curve
@am.bauer wrote: Hey, I was wondering if there is a method to evaluate the not unitized tangent vector of a curve in C# (similar to crv.TangentAt(t) )? Thank You! Posts: 1 Participants: 1 Read full...
View ArticleOT: creating PSD file from images via code from Rhino
@Jarek wrote: Hi All, Slightly OT, but I am trying to see if anyone has any experience or advice of how to create a PSD (Photoshop) layered file from a set of images on HD (JPGs, PNGs). I am looking...
View Articlers.Command echo
@onrender wrote: Hi there, I use the following line in my script and I still get a message in Rhino command window that sais: “1 curve added to selection” How can I avoid this message?...
View Article[Rhino6] FileImportPlugIn.Load() no longer adds a "Default" layer in the...
@menno wrote: We’re busy porting our plug-ins to Rhino 6 and I just noticed that when a file is loaded through a FileImportPlugIn (of which we have many), the “Default” layer is no longer present in...
View ArticleHow can I create multple cplanes (coordinate systems) visible simultaneously?...
@ivelin.peychev wrote: This Frames GH component creates multiple CPlanes visible while in preview, but when baked they appear as square surfaces. How can I (is it possible) to create multiple CPlanes,...
View Article[Rhino6] Auto save file - how to set this? And it should NOT be a shared...
@menno wrote: @dale @stevebaer Setting the autosave filename When I try to set the auto save file name programmatically using RhinoCommon’s Rhino.ApplicationsSettings.FileSettings.AutoSaveFile, the...
View ArticleHow do I properly set up Visual Studio with openNURBS?
@binigya wrote: Hey, I’m a new user and I followed the following steps to set up VS with openNURBS: a) https://developer.rhino3d.com/guides/opennurbs/getting-started/ b)...
View ArticleDockable WPF Panels (preferably Python)
@ivelin.peychev wrote: Hi Dale, could you give me an updated link from this thread: Events for Dockable WPF Panels Rhino Developer Hello- I was looking for guidance for best practices in adding and...
View ArticleAPI browser issue with Eto [Python]
@ivelin.peychev wrote: image.png962x606 30.5 KB there are numerous entries with the same name and no information when double-clicked. Posts: 1 Participants: 1 Read full topic
View ArticleWish: Rhino Python Editor transform tabs to spaces
@ivelin.peychev wrote: Hello, Probably you’re in a process of changing the PythonEditor completely, but if that is about to take some time I have a wish. You may as well take it into...
View ArticleConnect curves in Rhino Common (Iron Python)
@onrender wrote: Hi, I have a python function that works well, however I cannot figure out how to assign variables for the both curves as result objects. It would be better to use the input curves...
View Article