Force to ReRead the 3Dm document
@Markus_Erhardt wrote: Hello,probably because in two hours it is holiday, I don't find a method to re read a document.In fact I have a 3dm file contained serialized object. And I would like to be able...
View ArticlePython script called as a process (RedirectStandardOutput = true): Progress...
@samuelduchesne wrote: The Rhino Plugin I'm developing calls up a python script using system.Diagnostics.process(). I'm catching standard outputs and writing them to the rhino command using...
View ArticleRhinoceros Jewelry
@jack3 wrote: Plase, jewelry's diaShape C# sampleCode common.jpg1792x806 271 KB Posts: 3 Participants: 2 Read full topic
View Article(c++)How to get the current plug-in path
@suc_kiet wrote: Hi: I want to load some file in the plug-in path, but I am new in c++, how cant ia get the current plug-in path? Posts: 5 Participants: 2 Read full topic
View ArticleExtracting Mesh Geometry From Imported WRL, Texture Mapping Lost
@samlochner wrote: When I import a WRL file via script, the texture mapping with the corresponding jpg works fine. But if I extract the mesh geometry and then add that mesh back to the doc, only...
View ArticleVS2017 Extension
@ChristopherBotha wrote: I edited the extension.vsixmanifest file in the RCPackage Extension to change v14 to v15 and got the installer to install the extension just fine, it did however pop up a...
View ArticleC#, How to stop Command from executing by checking the conditions in...
@Arif_Hatim wrote: Hello! I'm currently having a requirement that require me to check the current condition before executing new Command. So what I'm trying to do now is to have the condition checks...
View ArticleHow to know the installation folder of rhinoceros?
@Ignacio wrote: Hi!, Is there any registry to know the installation folder of rhinoceros? or how can i know where is rhino installed?. I need execute the rhiexec.exe just for install a rhi plugin, and...
View ArticleMacros and pre-selection
@Diego_Noriega wrote: I'm having a issue with the commands in my custom plugin when trying to use them in a macro: when I run a macro like this: ! _CreateSplashes _Distance 15 _Height 4 it works great...
View ArticleSelect Curve with longest length in a list with c#
@joel_putnam wrote: Is there a Linq method for selecting a curve with the longest length from a list?At the moment I am looping and wondering if this is the best method for this. thanks, Joel Posts: 4...
View ArticleBug Report: RenderContent_ContentChanged not being called
@pkinnane wrote: Hi - if you change the case of a character in a material name, RenderContent_ContentChanged is not called. For example, changing "Octane" to "Octane2" fires a...
View ArticlePython - changing display mode of all views
@Jack_Perry wrote: Hi, I've recently found a snippet of code online here: https://discourse.mcneel.com/t/change-all-detail-view-display-modes/36399 And I've attempted to copy the final version into my...
View ArticleHow to define working plane by object?
@Vaker wrote: Hi, How to define working plane by object?There is a command "CPlaneObject" to do this.I want to do this by calling function.How can I do? Vaker Posts: 1 Participants: 1 Read full topic
View ArticleSelection and working on More than thousand objects
@Markus_Erhardt wrote: Hi All,I am working on more than 1000 rhino objects. For all of them I need put sometimes the same user Datas, change the color and so on.Is there a way to not use a simple loop...
View ArticleC#: Create a polyline and copy it to different location
@Theofanis wrote: Hello. I am trying to create a polyline (line with 2 or more segments) and copy it (translate it) to a different location. This is what I have so far: Point3d p1; Point3d p2; p1 =new...
View ArticleConvert OpenNURBS OnMesh to rhinocommon mesh object
@sghosh wrote: Hello, I am trying to convert a rhino.NET mesh object to rhinocommon mesh object and I always get the value to be undefined. Could any one suggest how I should go about it?...
View ArticleUnroller class a reference
@Petras_Vestartas wrote: Hi, Is there any reference (paper) regarding the method that unroller class use? I just want to know where it was originated from. Thanks,Petras Posts: 2 Participants: 2 Read...
View ArticleLayerTable max depth
@PaulPoinet wrote: Hi all, What is the most elegant way to find the max depth within a LayerTable?This is what I wrote so far: Capture.PNG987x336 10.6 KB Was wondering if I missed any RhinoCommon...
View ArticleMoving mesh vertices without creating gaps in mesh
@samlochner wrote: I'm moving mesh vertices to create a slightly distorted mesh (I'm trying to simulate an object scanning error distribution). The vertices move just fine, but the problem is that...
View ArticleDelete Duplicate Curve
@feibih wrote: I need help with how to exclude duplicate curves, which are exactly one on top of the other. I am programming in C #.Thanks Posts: 1 Participants: 1 Read full topic
View Article