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 ArticleHow 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 ArticleClosed 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 ArticleAdd 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 ArticleUpdating 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 ArticleGet 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 ArticleClipping 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 ArticleRhinoOffsetCurve
@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 ArticleCreate 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 ArticleRhinocommon: 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 ArticleCurvature 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 ArticleFind 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 ArticleUnity 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 ArticleRhino 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 ArticleRhino 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 ArticleEquivalent 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 ArticleNotarize 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 ArticleGetObject 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 ArticleRhinoGetRevolve 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