How to get the scene hierarchy of all the objects?
@alexian007 wrote: Hi all! So, I am using the c++ Rhino API, and am making a plugin for Rhino so that the rhino model (3dm) can be converted into another format. For that, I need the hierarchy of the...
View ArticleUse aws-sdk c++ for s3 file upload
@ramadan wrote: Hello, So i have two questions. Is it possible to use aws-sdk for c++ plugin development, because i am trying to use to upload some file into s3, but i get Access violation ... every...
View ArticleDrawing a line in an angle (C#)
@shehanwilfred wrote: Hi Guys, I am trying to draw a line in an angle (perpendicular to the line it’s starting from). Below is an example of what I am trying to achieve. In the below example the left...
View ArticleHow to get detailed information about the objects on the scene?
@binigya wrote: Hello! So, I am trying to get detailed information about all the objects on the scene. Everything from its transforms, to its vertices, UV coordinates, normals, materials with PBR...
View ArticleHow do I get the scene reference in Rhino?
@binigya wrote: Hi, I need to get the scene definition for a 3DM file, that contains the data about the objects, meshes and other information of the current open file. How do I do so? Posts: 1...
View ArticleBeginner rhino C++ Plugin question - What is a Document in Rhino?
@alexian007 wrote: Hi, So I am exploring C++ by getting started in Rhino Plugin development. I have successfully configured visual studio and have made a basic “hello-world” plugin in Rhino. What I...
View ArticleByObject Materials proliferation - I still don't get this
@Jarek wrote: Hi RMA, This has been discussed before with some explanations of how things work with ByObject materials in Rhino (@JohnC - I think you were looking into it). But I still don’t...
View ArticleCurve interval
@XNurbs wrote: Dale, When calling “ON_Interval rnCurveInterval = prnCurve->Domain();”, we want to make sure “rnCurveInterval.m_t[1] > rnCurveInterval.m_t[0]”. Would switching the two values...
View ArticleTrimming a NURBS surface in C++
@XNurbs wrote: Dale, We have a boundary loop in parameter space. How to trim a NURBS surface using these UV curves in parameter space? Do you have a C++ example (we have no need to make a brep)? Many...
View ArticleThe Debug configuration
@XNurbs wrote: Dale, After creating a project with Rhinoceros 6 Plug-in template, we notice that the Debug configuration has a “NDEBUG” setting. Could we change “NDEBUG” to “_DEBUG” for the Debug...
View Article[RhinoCommon] Options pages with child pages - dialog gets stuck
@menno wrote: We have some options pages that have child pages, and I notice that once a child page is selected, navigation gets stuck and no other pages can be selected. A minimal reproduction of...
View ArticleCreatePlanarBreps replacement
@runxel wrote: The docs state that the Brep.CreatePlanarBreps Method is now obsolete (Rhino 6.10). What’s the replacement for this? Posts: 1 Participants: 1 Read full topic
View ArticleIdentify Sides of an exploded object
@shehanwilfred wrote: Hi, I am coding up a plugin in C# to add perpendicular lines to all the edge of a selected shape (assuming shape is a 4 sided). I could not find anything to identify the edges of...
View ArticlenurbsCurve: different behaviour between Rhino.NET and RhinoCommon
@lscandella wrote: Hello Forum, I’m porting my old code from Rhino.NET to RhinoCommon and I found an issue on nurbsCurve. My Rhino version is 5 SR8 by now. Given the points: p0(0,0,0) p1(1,1,0)...
View ArticleLearn How to create rhino plugins
@portugaldesignlab wrote: Hello to all is there any places that i can learn how to create and develop in visual Studio plugins for rhino. Is there any workshops or videos in the internet that I can...
View ArticleCan we use the concept of 3D meyer to Rhino Scripting
@portugaldesignlab wrote: Can we use what they teach here to rhino for scripts in python or creating new macro buttons ? http://www.3d-meier.de/ Just wondering Posts: 1 Participants: 1 Read full topic
View ArticleDisplay Conduit redraw
@mwittich wrote: Hi, I try to get my head around display conduits. For testing I wrote some simple code in a c# node, that displays 3d text. The problem is, that the display never gets redrawn. Every...
View ArticleRhinoObject deleted event
@ksobon wrote: Is there a way to subscribe to RhinoObject deleted event? I noticed this method in the API: https://apidocs.co/apps/rhinocommon/6/M_Rhino_DocObjects_RhinoObject_OnDeleteFromDocument.htm...
View ArticleNested blocks - any pitfalls?
@Taavi_Looke wrote: Hi! I’m thinking about setting up a workflow that uses nested blocks and will manipulate them algorithmically (change the content of the blocks, replace blocks with other blocks)....
View ArticleProblems with booleans and creating closed meshes using Rhinocommon
@aitorleceta wrote: I’am struggling for days with some apparently simple boolean substractions. i’am using brep.CreateBooleanSubstraction() under rhinocommon using ironpython in grasshopper. the...
View Article