VS.NET Debugging in 2020
@EricM wrote: I’ve seen a lot of threads about debugging and having to restart Rhino between sessions. I’m curious if there’s any updated tips and tricks as we knock on 2020’s door. Have the plugin...
View ArticlePropertyListBox quit working
@DanBayn wrote: We have a computer down in Kentucky that had the PropertyListBox method quit working. The same scripts work as they should on other computers, but just that one ignores this method....
View ArticleRhino.Geometry.Mesh.SolidOrientation() bug?
@clement wrote: Hi @dale, i’ve found the following, which i am not quite sure if it is a bug. Please create a mesh box and run the following: import Rhino import scriptcontext import rhinoscriptsyntax...
View ArticleRun rhino3dm.js 'synchronously'
@Chuck_Driesler wrote: (topic withdrawn by author, will be automatically deleted in 24 hours unless flagged) Posts: 1 Participants: 1 Read full topic
View ArticlePolyline Serialization issue
@MateuszZwierzycki wrote: image717×232 25.8 KB I understand the XAccess class is not marked as serializable. Posts: 2 Participants: 2 Read full topic
View ArticleC# Need Help to create adjustable Extrusion!
@maxi.kindermann wrote: Hello there, a friend and me are trying to find out how we can manipulate the shape of this extruded rectangle with the use of C#. It is a “box” that was created in Grashopper...
View ArticleRhinoApp.GetPlugInObject with non-RhCommon importer returns null
@gankeyu wrote: I’m trying to use RhinoApp.GetPlugInObject to retrieve an instance of ACAD importer: var obj = RhinoApp.GetPlugInObject(new Guid("6cd8563b-7bb0-4777-93f6-4dd10b3406a5")); But I got...
View ArticleJoin curve segments until the intersection is hit; Dijkstra's algorithm
@oliver_1992 wrote: Hello. I have a question about a script I’m working on. I´m trying to join curve segments until junctions are hit. This way I want to prepare some data I’ve got from...
View ArticleIdentifying untrimmed surfaces
@DanBayn wrote: We seem to have a constant problem with the users missing small surface trims. When we send the surface files to CNC, these untrimmed surfaces become a problem. Here is an example:...
View ArticleC# Version Of C++ Flow Sample?
@EricM wrote: Is there a c# version of this c++ sample somewhere? github.com mcneel/rhino-developer-samples/blob/5/cpp/SampleCommands/cmdSampleSporph.cpp #include "stdafx.h"...
View ArticleRhino.UI.Panels.Show/Rhino.UI.Panels.Closed firing with null e.Document on...
@dave_stasiuk wrote: Just an FYI about some weird behavior that seems new to me (creating issues that we had not had previously), at least in the most recent SR for R6 (see attached SystemInfo for...
View ArticleHiddenLineDrawingSegment.Visibility
@fabian wrote: Thanks for HiddenLineDrawing in Rhino6. I’m starting to get my head around it and it’s getting more an more fun But here’s my issue: It’s great to be able to identify duplicate segments...
View ArticleUser Input Validation on GetOption
@EricM wrote: The GetResult enum from GetOption.Get() is always ignored in the github c# examples. First they check GetOption.CommandResult() for success before checking the GetResult enum from...
View ArticleSDK 6 C++ Installer cannot find VS2017
@kitjmv wrote: Hello, I wanted to update the C ++ SDK. I had version 6.10. (Something) and I’m trying to install the rh621sdk_6.21.19351.09141 version I uninstalled the old SDK (as well as reinstall...
View ArticleRhinoscriptsyntax search not working
@gwil wrote: Hi - Just thought I would let you know that the search function on the rhinoscriptsyntax dictionary site is not functioning. It is working fine at the WIP Rhino 7 site. Glenn Posts: 1...
View ArticleMesh.toThreejsJSON() Source
@Chuck_Driesler wrote: Is the source for this method available somewhere? V curious how you do this (and thanks for providing it). Having trouble finding it in the rhino3dm repo. Posts: 3...
View ArticlePersistentSettings Storage and Size Limits?
@EricM wrote: I’m curious where the PersistentSettings values are being saved and if I have to worry about users tampering with them. Also, what is the size limit for strings? I have a list of unknown...
View ArticleCreate custom object with breps and meshes
@lucabrasi wrote: Hi! I used BrepCustomObject and MeshCustomObject to create my custom objects. But now I would like to create a custom object with 2 breps and 1 mesh. Is there a way to do it in...
View ArticleQuadRemesher
@kostadin wrote: Is there a way to use the new Quad Remesher which is available in Rhino 7 through API or scripting? I tried _QuadRemesh, but it brings dialog. Can I provide the parameters in the...
View ArticleEnvironment:
@lucabrasi wrote: Hi, Is there a way to set the Rotation and Intensity values of an environment? Environment683×1515 44.7 KB Thanks, Posts: 3 Participants: 3 Read full topic
View Article