Progress Bar Cancel?
@benoit.deschenes wrote: Hi, We are developing a new command that can take a while to execute and so we want to add a progress bar and the option to cancel the operation. I see that there is the...
View ArticleDrawMeshShaded does not work well with Top/Right/Front viewports
@vaibhav.shah wrote: Hello, I am using DisplayConduit to draw robot Mesh dynamically. It works very well in perspective view. However, when I switch to any of the orthogonal views like “Top”, some...
View ArticleIdle event not firing whilst cycles is rendering
@pkinnane wrote: Hi - as per the title, I am seeing that whilst Cycles (ie. the Raytraced Viewport is selected) is rendering, the RhinoCommon Rhino.RhinoApp.Idle event is not firing until I pause the...
View ArticleSetting Layer.Id
@aitorleceta wrote: Hi messing up with baking layers assigning a custom Id… I found that sometimes (!?) I’m not able to change a freshly baked layer Id because its Layer.IdIsLocked state is set to...
View ArticleC# How to find from a List of data a Geometry Class? and check if is not None?
@andresobregonlopez wrote: Could someone explain How you could write this Python code in C# script? import rhinoscriptsyntax as rs for m in data: if(m!=None and rs.IsCurve(m)): curve = m I try this...
View ArticleEmbedding a Rhino.UI.Controls.ViewportControl into a xaml form
@csykes wrote: I have been trying to embed a Rhino Viewport into my XAML form. I’m thinking the only way to do this will be to create my form with a blank square and add the ViewportControl in during...
View ArticleOverride Close save Dialog
@MatrixRatrix wrote: On my Skin/Plugin I need to control the extensions that are going to be saved, or override the rhino save dialog box. On my plugin I create a custom save dialog and solve my...
View ArticleHow to create a C# code similar to the Gradient component?
@michalina.dengusiak wrote: Hello! I am currently learning about C#, and I am wondering whether some of the components could be replaced by code in C#. I am working on this script, and I want to write...
View ArticleRhinoApp.Runscript Invoke from event stream
@lando.schumpich wrote: Hi, I have problems scripting the -_Import command inside of a plugIn. I have read through multiple posts with similar issues, the typical solutions where to Write a Command...
View ArticleUsing Dynamic draw while orienting on surface
@Phil_Shapiro wrote: Hi Everyone. I was working around the dynamic display in RhinoPython starting with the point display provided as an example, trying to adapt it to the following problem but...
View ArticleUpdate of the Attributes User Text Window
@Dmitriy wrote: Hi, I am changing some of the attributes of the RhinoObject in User Text window manually. After change of certain UserStrings, some other strings are changed as well via Event Watcher...
View ArticlePermanently delete material
@MatrixRatrix wrote: I try delete material on document: var textures = doc.Materials; foreach (var item in textures) { doc.Materials.Delete(item); } this does not permanently erase, when the .3dm file...
View ArticleEto LinkButton crash when used in RenderContent UI (V6 & V7)
@jdhill wrote: I find there is a crash occurring (in 6.26.20118.17211, and 7.0.20119.13305, at least when loading a V6-sdk plugin) when using an Eto LinkButton in a RenderContent UI. To repro, put...
View ArticleSaving sticky
@JoshD wrote: Is there a way to save a sticky dictionary between rhino sessions? I have a script where I am creating quite a large dictionary of objects that is being made from a main script and saved...
View ArticleWhat is the rhino c++ api function for cmd Flow?
@john12 wrote: Hi, My system is Rhino 6 C++ SDK. I want to flow a object along a curve by api function, not by run cmd script. How can I do? Please give me a sample. Posts: 2 Participants: 2 Read full...
View ArticleRhino 7 - FileStepWriteOptions
@sebastian.lippert wrote: Hi, i’m wondering whats the best way to export selective data as STEP file with the new *Rhino.FileIO.FileStp.Write() Method. Do i need to create a new docobject & copy...
View ArticleCreate mesh and triangle mesh for selected objects
I ran into a group of problems and ask for help. First, I need to use the NonManifoldMerge command for the selected objects (Imprint between surfeaces (command)) on my video I call it without...
View ArticleCreating contour from loft
hi, I used Brep.CreateContourCurves() but there are more contours created than the number of section planes. The input planes are 78 and output curves are 91.11654×2339 2.08 MB 23307×4677 1.29 MB...
View ArticleRedrawing Background in Rhino Python
(topic withdrawn by author, will be automatically deleted in 24 hours unless flagged) 1 post - 1 participant Read full topic
View ArticleRhino3dmIO to make obj
I have created a stand-alone app to manipulate Rhino files using the Rhino3dmIO package. I have been asked to add the ability to export a 3dm file to an obj and/or stl file. I don’t see an immediate...
View Article