A stand-alone, commercial NURBS-based 3-D modeling software with an extensive VBScript, .NET and C++ API. IronPython and VBS Editors are built in.
Questions tagged [rhino3d]
84 questions
1
vote
0 answers
How can I use NUnit test runner with Xamarin.Mac for Rhino Plugin?
I am developing a Rhino plugin with Xamarin Studio Community 6 for Mac. I would like to test some of my classes, thus I installed NUnit 3.5.0.
However, even with the most basic test case that does not require any of the Rhino classes, I get a…

Willi Müller
- 631
- 1
- 5
- 13
1
vote
1 answer
Can I instantiate a C# class a way similarly to this C++ example?
I've translated the following C++ code to C#, but I can't determine where and how to instantiate the class. If I do it using:
customAnalysis test = new customAnalysis();
It receives an error message telling me that the class is instantiated by…

Bildsoe
- 1,310
- 6
- 31
- 44
1
vote
0 answers
Rhino3D will not start on Windows Server 2008 R2
I attempted to start Rhino on Windows Server 2008 R2 and it starts the process but does not start up. I did install it on my Windows 7 laptop alright, but the first thing it did on that was start the program and start setting up the toolbars
On…

John Du
- 227
- 2
- 9
1
vote
3 answers
Rhino Python Angle dimension
I'm completely new to Rhino Python Script and struggling with the following problem.
Having coded the creation of a user defined arc by radius, start point and magnitude.
I need to automate the Selection and Dimensioning of this arc immediately…

user3050649
- 11
- 1
1
vote
1 answer
_CurveThroughPt rhino3d SDK (C# )
My name is Bart and this is my first time actually posting a question, instead of finding the solution here.
I'm currently working on a really simple plug-in for Rhino.
What it is suppose to do:
You select a structured grid of points. The plug-in…

Bart Schuiling
- 11
- 1
1
vote
2 answers
Going from Rhino3D to the browser
I'm working on a project where someone else is creating a 3D model in Rhino and exporting a movie file of some animations. The video plays in the browser, then I'm replacing the video with a svg and making that interactive (mouseover, highlights,…

Michelle
- 19
- 7
1
vote
2 answers
Rhino 3d plugin for opening a .3dm file
I am new to writing plugin for rhino 3d.
I have gone through the documentation and sample code here:
http://wiki.mcneel.com/developer/dotnetplugins
but unable to figure out how to open a .3dm file from plugin.
Can someone help me?
Thanks!!

Varun Bhartiya
- 123
- 1
- 9
1
vote
4 answers
What is expected as argument for this method?
I am trying to use the DivideByLength method below based on the RhinoCommon SDK but I cannot understand what the third argument is. I have tried to write the code below based on this method but I get the following error message: Error:…

Arthur Mamou-Mani
- 2,303
- 10
- 43
- 69
0
votes
0 answers
Template to use for Making Rhino Plugin that takes input through WPF window and performs some operation in Rhino?
I am learning Rhino Plugins development. My Plugin should create the following
Upon Loading, show WPF window which asks for input(say length).
Create a surface in Rhino Based on this input(say a square of length l).
I created a Project using…
0
votes
1 answer
JS libraries for product sketching
I need help finding a good JS library that can create a product sketch like this:
Partition sketch. I am using Next.js, and are having toruble with most libraries since Next.js is using SSR and most graphical libraries run client side. I dont need…
0
votes
0 answers
Shrinkwrapping algorithm
I would like to implement a shrinkwrapping algorithm for Rhinoceros 7. I often find myself using the Unified Skin tool in Zbrush to create a single watertight mesh from a collection of overlapping meshes. Which algorithm is this?

Steve Scott
- 1,441
- 3
- 20
- 30
0
votes
1 answer
*The parameters (number[],String,String,(class)) don't match the method signature for MailApp.sendEmail.* *Invalid email: d * *DNS error: http://m*
var ss = SpreadsheetApp.getActiveSpreadsheet();
var sheet = ss.getActiveSheet();
function onOpen()
{
var menu = [
{name: "Send Wishes", functionName: "birthdayReminders"}
];
ss.addMenu("Birthday Wishes",…

Rajeshkumar
- 1
- 1
0
votes
0 answers
What is the best way to export a Blender Nurbs object to Rhino or Solidworks for mold production?
My question would be to model in blender and send the object to rhino or solidworks, for mold production.
Would this be possible in nurbs?
thank you for any help,
thanks
Edward
When I export from Blender (.obj) to Rhino and export in (.xt) to…

19hertzprodutora
- 1
- 1
0
votes
1 answer
rhino python script move object
i'm going to script a code to get 2 dimension and draw a rectangel
then repeat that u-times by rotating and moving it.and present all rectangels..
i've wrote this:
#start
import rhinoscriptsyntax as rs
#set the work plane
plane =…

Zahra Ramezani
- 27
- 2
0
votes
0 answers
Plugin Loads perfectly but not running when a new instance is created
Thanks for helping…!
I’ve compiled a rhino plugin via RhinoScriptCompiler in Rhino 7 and installed in rhino and the plugin was loaded successfully.But the commands are not working initially.
When I type the command it won’t work. But If I open the…

Rajinikanth
- 1
- 1