Quantcast
Channel: Rhino Developer - McNeel Forum
Browsing all 8667 articles
Browse latest View live

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 Article


Use 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 Article


Image may be NSFW.
Clik here to view.

Drawing 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 Article

How 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 Article

How 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 Article


Beginner 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 Article

ByObject 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 Article

Curve 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 Article


Trimming 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 Article


The 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 Article

CreatePlanarBreps 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 Article

Image may be NSFW.
Clik here to view.

Identify 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 Article


Image may be NSFW.
Clik here to view.

nurbsCurve: 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 Article

Learn 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 Article


Can 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 Article

Display 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 Article


RhinoObject 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 Article

Nested 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 Article

Image may be NSFW.
Clik here to view.

Problems 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
Browsing all 8667 articles
Browse latest View live