It is any way to learn more about rhino?
Hi, I am interested in Geometric graphics, in the last few years,I have learned a lot of knowledge from the open source code of rhino, thank you rhino. Now I must continue to learn if I am to make...
View ArticleCreating 2d surface from Rows x Cols controlpoints
hi There, Im trying to deform a texture using a grid of control points that initially are a uniform grid (texture is not deformed) and one can move control points to deform texture (a map between the...
View ArticleRhino.NodeInCode
Hello Everyone, To find the components that do not show up in the Library I use this method: var component = Rhino.NodeInCode.Components.FindComponent(“string”); var componenttFunction =...
View ArticleNurbsCurve.UVNDirectionsAt
Hi McNeel, I just found these new methods for Rhino 7: https://developer.rhino3d.com/wip/api/RhinoCommon/html/M_Rhino_Geometry_NurbsCurve_UVNDirectionsAt.htm...
View ArticleHow to join two surfaces to preserve their usertext
Hi there, I am just looking for a solution for surface editing. How can the joint (flat on the same plane) surfaces preserve their UserText after joining them as probably new object is created after...
View ArticleGrip selection
Hi all. Rhino 6, 7 rhino common c#. Is there some event to detectd the selection of control points ? If not there is some trick like mouse up event to detect it ? Thanks 1 post - 1 participant Read...
View ArticleGrips for holes?
Hi there, I would like to ask if it is possible to modify a planar surface by its grips. I created a planar surface by the Planar Curve Command but the hole does not have grips. Is there other way to...
View ArticleIs something like "AddOptionString" possible?
Hi. Is it possible to add a user input string to the options as in the image? The user would take the following steps: Press “String=default value” Type a custom string as input Press enter...
View ArticleNew project Vazlat3D
Hi there, I have started a new project on Github. The scripts are about a quick solid generator for architectural object such as wall, roof and slab. I wish to release more scripts in the next weeks...
View ArticleBug in Mesh.GetNakedEdges() when using double precision vertices
I noticed that there is a discrepancy of points returned by Mesh.GetNakedEdges() and the actual points in the Mesh.Vertices collection if double precision vertices are used. It would be nice if that...
View ArticleRetrieve object from memory using its identifier
What would be the best way (ideally with IronPython) to access an object using its memory address? By address I mean the hex identifier which is often part of repr string. ie.: import Rhino.Geometry...
View ArticleWriting Document User Data, Rhinocommon]
(topic withdrawn by author, will be automatically deleted in 24 hours unless flagged) 1 post - 1 participant Read full topic
View ArticlePlugin on Mac
Hi all, I am trying to understand how rhp works on Mac. How/where Rhino finds/loads the plugin? From this document (https://developer.rhino3d.com/wip/guides/rhinocommon/uninstalling-plugins-mac/), it...
View ArticleIs it possible to add a plane to geometry? What do you use User Data for?
I’m creating objects through a command I made and I’m wondering if it’s possible to add a plane to that object, such that I can access that plane from a different command without having to do lots of...
View ArticleHow to know if a text is wrapped?
Hi, I work with .NET and I have a model with wrapped texts. I need to analyze each object and export it to a dxf file, if it is a text, I want to know if it is wrapped or not and the size of the...
View ArticleWIP7. Material texture not showing on viewport. BUG?
Hi, I’m trying to assign a renderMaterial to a programatically added object using Python. Strange thing happening here: Once object added to the document, I check in object properties the correct...
View ArticleEto Window.Icon property raises "handle is invalid" exception in Rhino 6 SR26
After the recent service release for Rhino 6 (SR26), the Icon property of the Eto.Forms.Window class produces the following error: image1124×334 7.96 KB The line of code referenced in the error...
View ArticleAutomate iterations on rhino plug in (umi)
Hi, I am using a plug in called UMI on Rhino 6. I can build a building in this plug in. However, I want to run 2000+ iterations of this building by changing a few input parameters, uploading different...
View ArticleRhinoCommon "Could not load file or assembly 'RhinoCommon,'
Hello, I am trying to launch a specific file in Rhino from a C# application built in Visual Studio It works fine just using Process.Start() but it opens a new instance of Rhino every time. I would...
View ArticleWinforms not returning errors in Rhino 6
Hello, I am developing a python plug in for rhino using the Winforms UI, and recently made the switch from Rhino 5 to Rhino 6. When I am testing the UI in Rhino 6 and press a button that should cause...
View Article