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

Sorting Layouts

@raul wrote: What would be right way to move print layout around Rhino. I would like to work out code to sort layouts by name. For example, I have page views C, A, B and I would like to get A, B, C....

View Article


How to create UI in a Rhino Plugin

@sc2228 wrote: Is there anyway to use the Visual Studio 2017 form designer to make a UI with the Rhino Plugin? Posts: 2 Participants: 2 Read full topic

View Article


Closed Inner and Outer Curves

@reuben.alfred wrote: For a given set of curves, how do you determine a subset of curves that are closable with a given tolerance and then test to see which one is the greatest loop and how many of...

View Article

(C++) Is it possible to keep elements centred in a tabbed dock bar?

@robin_l wrote: Hey I’m working on creating a tabbed dock bar in rhino by following this example and want it to be fully resizable. The issue is that the CRhinoUiDialogItemResizer only allows for left...

View Article

Add Name attribute to a RhinoDoc object

@pgs wrote: I am trying to add a name attribute to a rhinodoc object, similar to the ObjectName method in rhinoscript\object.py. However, CommitChanges returns False. How can I work around this? Pål...

View Article


Updating toolbars from RUI files

@mike14 wrote: If a plugin installs an RUI, as described in this guide, the user can grab the “tab” of the toolbar and drag it into the tabs of the default toolbar. When this happens, the RUI data...

View Article

Image may be NSFW.
Clik here to view.

Get value of an interval

@Petras_Vestartas wrote: Hi, In RhinoCommon I can create an interval like this: Interval interval = new Interval(start,end); and then get value like this: interval.ParameterAt(t); What I am searching...

View Article

Image may be NSFW.
Clik here to view.

Clipping of Surfaces During Dynamic Draw with Gumball

@robert.beck12569 wrote: Hello, I am working on a C++ plugin that allows a user to manipulate surfaces in real time utilizing a polyhedral mesh. I am attempting to have the user manipulate a Gumball...

View Article


RhinoOffsetCurve

@ceruti wrote: Is it possible to use the paramters bothside and Cap in RhinoOffsetCurve command? How? Thanks Posts: 1 Participants: 1 Read full topic

View Article


Image may be NSFW.
Clik here to view.

Create a Custom Options Panel (Similar to Zebra Options)

@robert.beck12569 wrote: Hello, I am trying to find out how I can create an options panel that works similar to how the Zebra command’s panel does (that is, when I run the plugin I am working on)....

View Article

Rhinocommon: Create a copy of a circle

@aitorleceta wrote: what is the best method for creating a copy of a circle in rhinocommon? This structure hasn’t Duplicate() method as is available for another data type, like nurbsCurve. I’m trying...

View Article

Image may be NSFW.
Clik here to view.

Curvature Graph - RhinoCommon

@Petras_Vestartas wrote: Hi, I would like to ask about curvature graphs in grasshopper component Untitled.png1104×556 36.5 KB Is there any rhinocommon method that could do the same display? I was...

View Article

Find highest and lowest face of Brep - C#

@daniel.depoe wrote: Hello, I’m using C# to try to find the lowest and highest face of a given brep, as measured by their centroid z value. @DavidRutten posted this as a scripted VB component for GH:...

View Article


Unity equivalent to Transform.ChangeBasis()

@Petras1 wrote: Hi, I would like to ask question about Unity and Rhino Transformations. Rhino has this method Transform.ChangeBasis(plane0,plane1) and output a matrix. What would be an equivalent in...

View Article

Rhino Custom Skin Info

@reuben.alfred wrote: Is the 4th step under " Create the Skin DLL" here correct? Posts: 1 Participants: 1 Read full topic

View Article


Rhino Add New Ribbon Tab

@reuben.alfred wrote: Hi, could anyone show me how to add a tab to the Rhino Ribbon control please? Posts: 1 Participants: 1 Read full topic

View Article

Equivalent to RhinoDoc.Open

@dsw wrote: Hi is there an equivalent to https://developer.rhino3d.com/api/RhinoCommon/html/M_Rhino_RhinoDoc_Open.htm in c++? Or how is the preferred way to open a file from a c++ plugin? Thanks...

View Article


Notarize plugin for OSX

@marton.parlagh wrote: Maybe somebody has experience with it: What is the correct way to notarize the Rhino plugin under OSX? I was not able to test it but as far as I know Catalina will block the...

View Article

GetObject not leaving the selected objects selected/highlighted

@reuben.alfred wrote: Hi All, I need to enable 2 objects to be selected by the user. the first selected object to remain highlighted and the 2nd selected object to have the gumball enabled but not the...

View Article

RhinoGetRevolve linker error

@Gary wrote: I get a linker error trying to compile RHINO_SDK_FUNCTION RhinoGetRevolve. CArgsRhinoRevolve args; ON_SimpleArray<ON_RevSurface*> srfs_out; RhinoGetRevolve(args, srfs_out); Is this...

View Article
Browsing all 8546 articles
Browse latest View live