Database interface
@footcandles wrote: Hi, Can you guys share some advice for coding this kind of GUI? I want to create some custom assembly types with various layers that each have different material properties and...
View ArticleCritical `RhinoList.Sort` function
@kitjmv wrote: Hello, I found that: I think it’s an oversight image1088×892 72.4 KB The version of the list is not updated for security control inside an iteration. jmv. Posts: 3 Participants: 2 Read...
View ArticleExec directory error ( .dll & .rhp confilct )
@oguzhankoral wrote: Hi everyone, When I try to lookup SampleCs files in GitHub in my Visual Studio 2019 Mac, I am getting error on the line: <Exec WorkingDirectory="$(OutDir)"...
View ArticlePlane translation
@Petras_Vestartas wrote: Hi, I have simple question about plane translations, why does the transformation in a list does not do anything: private void RunScript(object x, object y, ref object A) {...
View ArticleRhino C++ Plugin : Materials not showing up after exploding blocks in C++ plugin
@binigya wrote: Hi, So I am exporting Rhino models into another format. I’m obtaining meshes using RhinoMeshObjects. So, whenever I explode some blocks in the model, and export it via my plugin, some...
View ArticleC# : How to attribute a new layer to an existing object?
@em.rudelle wrote: Hi, I’m having troubles to move an object to a new layer in C#. After searching a while, I noticed the following behavior : If I assign a new LayerIndex value to a...
View ArticleList.Reverse() Does not work
@su.lwpac wrote: Hi All, I am trying to create a list and reverse the order of the list. but somehow the command returns error saying “1. Error (CS0029): Cannot implicitly convert type ‘void’ to...
View ArticleEXCEL to rhino
@fatihylmz.1923 wrote: Greatings how do i pull table from excel file into rhino Posts: 2 Participants: 2 Read full topic
View ArticleRenderLoadEnvironmentFromFile command not work in Rhino6
@Alen_Russ wrote: Hello, Does the commad “_RenderLoadEnvironmentFromFile” not work in rhino6 and wip? and same as “_RenderSafeFrameOptions” command. Posts: 1 Participants: 1 Read full topic
View ArticleObtaining knot values of control points
@kahasim wrote: Dear Sir / Madame, I’m new to Rhinoceros and interested in finite element analysis. I need to obtain the knot values of the control points in my surface. Is there a way to get the knot...
View ArticleTryFitCircleTTT Bug
@miquel_valverde wrote: Hi, I’ve been struggling to know what is causing TryFitCircleTTT to generate a Circle on top of the previous one I created. I attatch the example scene and the command for you...
View ArticleLanguage in batch not working without administrator rights
@ag1 wrote: Hello, i try to let Rhino start with a little .bat file. The file only contains the following : “C:\Program Files\Rhino 6\System\Rhino.exe” /nosplash /language=1031 When i run it in the...
View ArticleValid earthpoint?
@mgraham wrote: I put this test in my code: ON_EarthAnchorPoint earthPoint = doc.Properties().EarthAnchorPoint(); if (earthPoint.EarthCoordinateSystem() != ON::EarthCoordinateSystem::Unset) {...
View ArticleRhino API Possibilities
@Marcus_Carey wrote: Can I use the Rhino API to create a standalone Windows rendering app? Posts: 2 Participants: 2 Read full topic
View ArticleReducing the string Length of a Guuid
@BiljanaN wrote: Hallo I currently use ON_UuidToString to get string from ON_UUID. But now I need to covert to base64string. If there is a way to get that from ON_UUID?? Posts: 2 Participants: 2 Read...
View ArticleEto NumericUpDownWithUnitParsing controls value change behaviour
@marton.parlagh wrote: I would like to make my Eto controls work similarly to standard Rhino controls. Which means: user changes the value and accepts it by pressing enter or by pressing escape he/she...
View Article(De-) Serialize between Rhino3dmIO and RhinoCommon problem
@atair wrote: Lets say i create a PolylineCurve in Visual Studio and Rhino3dmIO and pack it in a binary stream, send it to Rhino and want to deserialize it back to a PolylineCurve. This does not work...
View ArticleEto: Control Element Resizing?
@ed.p.may wrote: Hi, I have a sample Eto I’m working on and having trouble understanding how to control element resizing? A super simplified version of the code (python) I have currently is: import...
View ArticleDialog position storing
@dsw wrote: Hi, during an update of my plugin i got the feedback that the positions of the panels are reset. So i was wondering where and how the positions are stored and found something alarming. All...
View ArticleSystem.AccessViolationException when reading doc.RenderMaterials[]
@seppeldue wrote: Hi, i get a ‘System.AccessViolationException’ when i run the plugin, accessing doc.RenderMaterials[0] for the SECOND time. First time works. Also when running the plugin once with...
View Article