Is Trimmed
@tom.norris23 wrote: How do I find is a surface is trimmed in rhino common? I have a brep selection, which I filter out the surfaces, but now I want to further separate out the trimmed and untrimmed...
View ArticleCreate Custom Texture Mapping with RhinoCommon - how to?
@thomas.gust wrote: Hello everyone, I have the following problem: In order to automatically create a custom texture mapping on a mesh, I use RhinoCommon to set the vertex texture coordinates. This...
View ArticleHow to produce “Preview”
@XNurbs wrote: For some Rhino commands, after selecting all curves and “Press Enter”, Rhino will pop up a dialog and show the “preview”. Could you tell us how you make the preview? Do you just create...
View ArticleFind the faces adjacent to a vertex
@XNurbs wrote: Given an ON_Point pointer, could you show us how to find the faces adjacent to this vertex in Rhino? We use the following code to get an ON_Point pointer. CRhinoObjRef obj_ref =...
View ArticleOpenFileDialog: bug with MultiSelect=true, not all filenames are in the...
@menno wrote: When I select multiple files using the code below, not all files are being entered in the FileNames array correctly. This is most likely due to a fixed length array of some sorts (?)....
View ArticleRhinoscript Sintax
@ricardo.eira wrote: Hello I am using rs inside c#: var rhinoscript_object = RhinoApp.GetPlugInObject("RhinoScript"); var rs = (IRhinoScript)rhinoscript_object; var new_part = rs.GetObject("Selecionar...
View ArticleFacing issues with converting the units of Rhino objects?
@binigya wrote: Hello, Currently, I am having trouble when converting an object’s unit to a fixed value (“centimeters”) and then change its scale accordingly, i.e if it is in mm, its scale should be...
View ArticleRhino C++ Export Plugin : Horizontal flip issue, exported object looks flipped?
@binigya wrote: Hi ! While working with C++ to make a plugin for Rhino to export the model to another file format, I am facing an issue. So, the original model in Rhino looks like:...
View ArticleRequested Eto Sample
@jonm wrote: Hi, is there any chance the attribute panel for UserText in Rhino6 was developed with Eto? I think this would be a really useful example for plugin developers learning and implementing UI...
View ArticleHow to get the layer materials in Rhino, along with the custom materials?
@alexian007 wrote: Hi ! Rhino stores its materials in a material table, and I have iterated the material table to get the materials, but the problem is that I can’t get the layer materials from it. I...
View ArticleTrim Brep by given vector
@onrender wrote: Hi, I am looking for a method that allows trimming along a custom vector. At the moment the default is the surface normal. Can we change it? Posts: 1 Participants: 1 Read full topic
View ArticleRhino C++ Plugin : Weird issue when exporting materials?
@binigya wrote: Hi all ! So, I am making an exporter plugin to export a 3dm object into another file format. And, I am exporting the materials using the material table and getting the material id,...
View ArticleIs it possible to hide Warning Messages from C# script editor?
@Petras1 wrote: Is it possible to hide Warning Messages from C# script editor? I constantly get this one: Warning (CS1701): Assuming assembly reference ‘RhinoCommon, Version=6.1.18023.13161,...
View ArticleExporting Rhino models, and the normals are out of place ! Can anybody give...
@binigya wrote: Hi Rhino developers! So, I am exporting a Rhino model into another file format, and the normals look way off. Here’s how the model looks in Rhino (on top) and how it looks when...
View ArticleAdd UserData in RhinoObject cannot be saved in 3dm file
@mingo1214 wrote: Hi @dale I am trying to save the UserData with geometry and save it to 3dm. I find an example...
View ArticlePointCloud.AddRange does not accept list of Point3d
@clement wrote: Hi @dale, i am building a list of 3d points and colors using multiprocessing. To keep those pairs together i add them to a stack of tuples like this: stack =...
View ArticlePolyline.CenterPoint() Math behind?
@Petras1 wrote: Hi, Would it be possible to know what is the math behind the Polyline.CenterPoint() method...
View ArticleUsage of ON_MeshXLine
@JoeLee wrote: Hi , I hope to try ON_MeshXLine for intersection between mesh and line,but I don’t understand how to using this class. Is there any example for it? The example in Rhino5...
View ArticleImport IGES file question
@Vaker wrote: I want to import an IGES file by function not script. If using RunScript(“Import”), it makes problem( two command running… ). Have SDK any function to import IGES? Kind regards, Vaker...
View ArticleDialog with warning blocks python script
@tmshv wrote: I’am opening a dwg file with python. rs.Command('_-Open "{}" _Enter'.format(filepath)) But this dialog blocks script until I close it with hand. Which makes it impossible to run script...
View Article