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

Simple Polyline Self-Intersection (RhinoCommon C#)

@jason.danforth wrote: Very simple question: how can I solve for the self-intersection of a polyline with RhinoCommon? In the attached, I am creating a polyline from a set of points, so it must (as...

View Article


RhinoCommon v5 Template for VS 2019

@eebs99 wrote: Hello, I recently returned from a brief hiatus in developing plugins for Rhino 5, and I was reacquainted with the issue of using the existing template in VS versions higher than 2015....

View Article


Undo transformation (C#)

@o11225669 wrote: Hello, I’m translating some curves using the Transform API. I’m can correctly translate curves but, after pressing CTRL+Z to undo the transformation Rhino says “Nothing to undo”....

View Article

RenderMaterial with child materials - is it OK?

@marton.parlagh wrote: Hello, I would like to create a material which is quite complex. (It means it can have variable number of sub-components, and some of the sub-components can have...

View Article

Image may be NSFW.
Clik here to view.

How to add workspace editor Menu Toolbars with C#

@nhmnmh1997 wrote: I want to create menu toolbar same image. with code c# plz help. i use rhino-developer-samples-6\rhinocommon\cs source sample image877×681 57.9 KB Posts: 1 Participants: 1 Read full...

View Article


Image may be NSFW.
Clik here to view.

SDK of previous service releases

@menno wrote: Because we don’t upgrade at each service release, and I want to use the latest SDK that is compatible with the rolled out service release in our organisation, I’m looking for a download...

View Article

Get opposite of Outline in Rhinocommon C#

@Felix1 wrote: I have a list of curves with may or may not overlap but are all always planar on the same plane. I need a way to get something like the smallest silhouette of the curves. The curve are...

View Article

Is Rhino storing the object transformation

@lucabrasi wrote: Hi, Is Rhino storing the transformations of an object? For example, if I create a sphere in 0,0,0 and 5mm radius, and I modify it using the gumball, is there a way to know that it...

View Article


Image may be NSFW.
Clik here to view.

Ground Plane and Conduit. Do I need to update it manually?

@lucabrasi wrote: Hi, I’m using conduits, and in rendered, the ground plane does not update. In my conduit class, I implemented CalculateBoundingBox and CalculateBoundingBoxZoomExtents. Do I need to...

View Article


Get Advanced Options in C++?

@Pablo_Garcia-Amorena wrote: Hi, I need to get and change some advanced options like in this thread Need to set Advanced Options in script runtime, in C++. I tried this line with no success:...

View Article

Image may be NSFW.
Clik here to view.

Running Windows form application using Rhino_c#

@obhagwat29 wrote: Hi All, I am trying to develop a c# windows form app that shall run using rhino and also it will be a stand alone application. I start up the application via rhino command line....

View Article

Python is not defined problem

@mak4203 wrote: import rhinoscriptsyntax as rs def box3pt(p1, p2 ,p4, z2): pt0 = p1 pt1 = rs.coerce3dpoint([p2[0], p1[1], p1[2]]) pt2 = rs.coerce3dpoint([p2[0], p2[1], p1[2]]) pt3 =...

View Article

Image may be NSFW.
Clik here to view.

Add Textures with Rhino Texture selector UI - started programatically

@marton.parlagh wrote: With the automatic UI it is easy to connect new texture image855×117 2.11 KB But I would like to do something similar (but not the same) from my Eto UI. How can I open this...

View Article


Turn python code into a plugin

@tigberlin89 wrote: Hi all, I am Looking for a documentatoin to turn a python Code into a Rhino zoo Plugin. I have done that before in c# but now I have python codes instead. Do you have an idea where...

View Article

CaptureToBitmap with TransparentBackground

@gerardb wrote: Hello, I’ve some trouble with CaptureToBitmap, I use a conduit (c#) PreDrawObjects(DrawEventArgs e) { DisplayMaterial MyMaterial = new Rhino.Display.DisplayMaterial(Color.Red);...

View Article


How can use rhino classes box

@zazakral64 wrote: hi I am a new user rhino . can you tell me how to use Constructors and Properties with python Box(Plane, Interval, Interval, Interval) [Box.X Property]...

View Article

C# Grasshopper Running Timer in a separate thread

@Petras_Vestartas wrote: Hi, How could I create a C# timer and run one method in a separate thread at each iteration? This code runs a boolean intersection multiple times, the process is super slow....

View Article


Image may be NSFW.
Clik here to view.

Bug with ChangeQueue

@marton.parlagh wrote: I have a sample scene which freezes Rhino when I try to run our plugin as an interactive viewport renderer. It seems our ChangeQueue implementation causes the problem, it hangs...

View Article

How to get layer name and layer structures in rhino document using C#

@boya_wang1 wrote: Dear experts, I would like to know how to get the list of rhino layers names \ full-path \ even properties in a document using C#. Thanks in advance, K Posts: 2 Participants: 2 Read...

View Article

Image may be NSFW.
Clik here to view.

HOW can use box struct

@zazakral64 wrote: hi I have problem . I get this problem when I use box structer. How can I fix this problem? Posts: 1 Participants: 1 Read full topic

View Article
Browsing all 8532 articles
Browse latest View live