Layer Order
@MatrixRatrix wrote: There is any way to up/down the layer order from C# plugin? I need reorder the index, any idea? Thanks Posts: 1 Participants: 1 Read full topic
View ArticleC# API like PointClosestObject
@hyunsoo1.kim wrote: Hello, I want to find the closest object (textobject, curveobject and so on) from a point. I found PointClosestObject function but it doesn’t seem to be C# API. Is there any C#...
View ArticleBug Rhino7 Mesh.CreateBooleanIntersection
@Ano wrote: Hello I came across what appears to be a bug in Rhino.Geometry.Mesh.CreateBooleanIntersection. I am running the attached Python code on the two meshes in the attached file. One of the...
View ArticleRhino 7 API
@aitorleceta wrote: Is it Rhinocommon for WIP available for reference on the web? wanting to dive a little to see what is available related to subds… thanks Posts: 4 Participants: 3 Read full topic
View ArticleSelective DXF export
@software_comas wrote: Hi guys I’m going to develop a simple RhinoCommon command to let user to select objects and export them to DXF. After some searching in this forum, it looks like the only way to...
View ArticleRhino Inside Wall By Curve python duplicates
@igpema wrote: image1864×1085 399 KB wenn I generate the a revit wall, the script generates two walls instead of only one. Where is the issue here? I dont want to use the node Wall.ByCurve cause I...
View ArticleBug Rhino7 Intersection.MeshMeshFast()
@Ano wrote: Hello I came across a bug in Rhino.Geometry.Intersect.Intersection.MeshMeshFast(). I am getting the error message Message: Value cannot be null. Parameter name: source I believe that the...
View ArticleCreateBooleanIntersection removes faces
@Jordy wrote: Good evening, Somehow after MeshBooleanIntersection some faces dissapear. On the left the object with the intersection meshes in red: image1920×1040 218 KB On the right side the result....
View ArticleLocalized number formats problem/question
@Jarek wrote: Hi All, working in RhinoScript here, I have some settings saved in ini file as strings, in a US decimals format, let’s say a=“0.89”. When I want to use it as a number, I do Cdbl(a) to...
View ArticleRender plugin settings UI?
@darbyjohnston wrote: Hi, I’m working on my first render plugin and have gotten to the point where I need a bit of UI to control the various settings of the renderer I am integrating. Things like...
View ArticleRefresh Eto Form
@em.rudelle wrote: Hi, (In C#) How is it possible to manually ask an Eto window/form to refresh ? Here is my goal : In a personal class, derived from Eto.Forms.Form, when user hits a button, it...
View ArticleMeshOutline failure
@michael.trabella wrote: I need to process several MeshOutline in Rhinocommon from the Top View to find the outlines of a polysurface (beforehand converted to a Mesh with specific parameters) at...
View ArticleAdding custom file type to Rhino Library
@marton.parlagh wrote: Hello, Is it possible to add my custom file type, so Rhino Library view shows it? Márton Posts: 1 Participants: 1 Read full topic
View ArticleRegistry path
@MatrixRatrix wrote: On my plugin Setup I make a “HKEY_LOCAL_MACHINE” function to make the registry key of my plugin wend the install the setup, the data have to apoint to the plugin’s path, and it...
View ArticleSolve grasshopper geometry problems using ML
@dai_kandeel wrote: Hello First, Sorry if I am not asking the question in a proper way! I am trying to discover some kind of problems/bugs- maybe related to data structure - or geometrical ones that...
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 ArticleDisplayConduit class and clipping issue
@leusd100 wrote: I use OpenGL to generate a model and insert it into the Rhino scene, but the scale is very large (see image1 for an example). I want that when loading the model, it automatically...
View Article2Shapes and Rhino 7.0
@lucabrasi wrote: Hi! I’m trying to load 2Shapes (compiled in Rhino 6.0) in Rhino 7.0, and the Compatibility test failed. Is there a way to get more info? image2138×1266 355 KB Thanks, Rafael Posts: 6...
View ArticleCreatePreview - How does it work?
@marton.parlagh wrote: Hello, I can not figure out how Render plugin CreatePreview() should work. Ok, I understand the basic concept, but how can is use it asynchronously? I use progressive render...
View ArticleShow gumball on selected objects
@Harper wrote: Hello, Anyone knows how to show the Rhino gumball after select the objects by code like that: RhinoDoc.ActiveDoc.Objects.Select(objIdList, true); Thanks and regards! Will Posts: 2...
View Article