Questions tagged [rhinoceros]

Rhinoceros (typically abbreviated Rhino, or Rhino3D) is a commercial 3D computer graphics and computer-aided design (CAD) application.

Rhinoceros (typically abbreviated Rhino, or Rhino3D) is a commercial 3D computer graphics and computer-aided design (CAD) application. (ref: Wikipedia)

https://www.rhino3d.com/

16 questions
6
votes
0 answers

What is the Math.NET equivalent of numpy.where?

I'm porting a piece of python code that currently uses numpy, to IronPython (the reasons for this have to do with the specifics of the platform I'm scripting in). Due to incompatibilities of numpy and IronPython, I need to replace every numpy…
2
votes
1 answer

Multiple commands by one click

How can I run multiple commands using one shortcut? I'm gonna run dupfaceborder, offsetcrvonsrf, split, extrudesrf by specified distances like 50 times, is it possible to convert them into one command? I read about it and know it's possible using…
jen_sfz
  • 23
  • 4
1
vote
0 answers

Is there a way to 3D modeling with java on Rhinoceros

I want to create the 3D model which can be expressed in sets of the points. I want to use java to calculate them and convert them into Rhino model. And I want to know how to join those points in to surface. I have calculated about 512*512 three…
TARDIS
  • 11
  • 1
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
0 answers

Import Rhinoceros file in OpenModelica

I want to import to OpenModelica a Rhinoceros file. As far as I know, I can’t import it as .3dm, but I’m trying to import it in .obj with ModelicaServices libraries. I can’t figure it out, any sugestions? I’ve tried: model Modelname …
Elena
  • 85
  • 5
0
votes
1 answer

In the CSharp component in Grasshopper for Rhino how to use Rhino's or Grasshopper's methods from my own class?

I've got a problem when working with C# Component in Grasshopper. I'm not familiar with it, so I cannot understand the logic. For example, I have introduced a class: public class MyClass { public void TestFoo() { Print("it…
0
votes
0 answers

I apply MoveTo and VectorReverse commands to points according to distances in Pyhton. It does not fail, but does not work. What can I do?

I wrote this code in Ghpyhton. It does not fail, but it does not work. I can group all_points by istasyon. But it doesn't work when you take the distances from the red points and write VectorReverse. I want it to move in the opposite direction when…
0
votes
1 answer

Extract matrix from jSon file

i use fSpy software : Open source still image camera matching to use the result with Rhino 3d i export to jSon file which have matrix of the camera position i need to extract the rows to a list of numbers with Python Thanks for help from this : …
seghier
  • 167
  • 1
  • 2
  • 11
0
votes
1 answer

Count self intersection for a curve Grasshopper/Python

I'm trying to find the number of occurrences of self-intersections for a curve in Grasshopper but I don't understand why some points aren't taken into account in my occurences list. I used Curve|Self (CX) to find the intersections and then count()…
Claire
  • 1
0
votes
1 answer

Can't tab through combo and textboxes

I am currently working with an API for a program called Rhinoceros. The program does not allow tabbing through Forms so I am trying to program it in. It works well how I have it, however, when I try to tab from a combobox to a textbox or vice versa…
0
votes
0 answers

Determining yaw, pitch, and roll from a rotation matrix

I am having trouble finding the right yaw, pitch, and roll. I have a 3 boxes place in a random plane. I want to find the yaw, pitch, and roll for each box. The formula that I am using is: string _outOrientation = string.Empty; Point3d _worldPointA…
0
votes
1 answer

How to import CSV file to Rhino using Python and connect the points using interpCRV command

I have a program that interpolates between different predefined geometries and outputs a CSV file with points defined by X Y Z columns. For instance: 1,5,0.2 3,4,0.2 1,5,0.3 3,4,0.3 I am trying to import that file into Rhino, and have any points…
Rix
  • 1
  • 2
0
votes
1 answer

Rhinocommon lock layer

I am trying to avoid that a user locks a layer in a Rhino plugin written using Rhinocommon. When the plugin is initialized, an event handler is coupled to the LayerTableEvent using RhinoDoc.LayerTableEvent += this.OnLayerEvent; The event handler is…
Yurrit Avonds
  • 294
  • 3
  • 13
0
votes
1 answer

Rhinoceros 5 bad mesh occurs when engraving letters on ring

My problem is literally polysurface engraving simple 10 letters engraving wont come out on mesh even its comes out its a bad mesh so I cant print out... I tried on polysurface and then make it mesh didnt work I tried made it mesh and then tried it…
0
votes
0 answers

Image To Text File Code (Python) Not Running Correctly

When I try to run the script (I'm on a Mac; I press command B, right?), instead of generating the txt file, nothing happens. (The only Traceback info is something that, I think, always comes up and usually the code will run anyway-- Traceback (most…
Ava
  • 1
  • 2
1
2