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

Temporarily suppress printing

@tj1 wrote: Hello all, I’ve got a function in a dll that makes many calls to “RhinoGetAnalysisMeshes” or “RhinoGetRenderMeshes” in a “for” loop. As a result, I’m getting loads of messages along the...

View Article


Splitting a surface with multiple surfaces

@o11225669 wrote: Hello, I apologize in advance for any mistake. It’s my first time around Rhino. I’m trying to split a surface using multiple surfaces. This is something I’d do very easily via the...

View Article


New Brep.Split overrides added to SR13

@dale wrote: There are three new Brep.Split overrides included with RhinoCommon for Rhino 6 SR13: // Splits a Brep into pieces using Breps as cutters. Brep[] Brep.Split( IEnumerable<Brep>...

View Article

Seamless link from Rhino to Blender. Even on a mac

@Wolf wrote: The 3dm import plugin from @nathanletwory already brings Rhino and Blender very close together and I would like to go a bit further with this free rendering solution, the transfer should...

View Article

Pass arg to custom command

@ricardo.eira wrote: Hello. There is any away to pass some arg to command? Ex: call commad : RhinoApp.RunScript("_-CustomCmd _SampleStrig", true); protected override Result RunCommand(RhinoDoc doc,...

View Article


Can I create an object that doesn't get saved with python

@cokepe wrote: I need to generate an object, and when I save the file this object is not save with the file. It is possible to do this in Pythonscript?? Posts: 9 Participants: 6 Read full topic

View Article

RS: ViewDisplayModeProperty settings don't last

@Jarek wrote: hi @dale I have been working recently more with this method, creating some shadow-settings tools: ViewDisplayModeProperty For some reason the shadows settings set by this script method...

View Article

How do I apply an InstanceObject’s transform to the meshes it contains?

@binigya wrote: Hey all! I am having an issue with correctly applying the position of a mesh according to the block instance it belongs to. So, as the question says, how do I exactly apply the...

View Article


"official" way to DRM/copy protect Rhino DLL plugins?

@gccdragoonkain wrote: I’ve searched the web and can find zero about this. Are there any official means for providing copy protection for commercial rhino plugins? I’m using C++ here, not C# Posts: 4...

View Article


Rhino3dmIO geometry to windows clipboard

@jonm wrote: Hi, I’m using the nuget package Rhino3dmIO for using openNURBS in applications outside of Rhino, and I can only express my gratitude for making such a powerful toolkit freely available. I...

View Article

Image may be NSFW.
Clik here to view.

Rhino 5 vs Rhino 6 Displaypipeline

@dsw wrote: Hi i’m using the sample from @dale to create preview images of geometry which he mentioned already in my last post at: Create preview images of geometry Rhino Developer Hi i want to create...

View Article

Specific parameter for debugging

@kitjmv wrote: Hello ! It is possible to have specific parameters for debugging ? Essentially disable some plugins at the beginning of debugging. The reload time of Rhino is very long and I would like...

View Article

Inflection point Rhinocommon Rhino5

@samlochner wrote: I think I read somewhere that rhinocommon for Rhino 6 can output inflection points. But for various reasons I need to be using Rhino 5 still. Is there any existing way for me to get...

View Article


Storing Data for Custom Renderer

@marton.parlagh wrote: What is the correct (preferred) way to store data for custom render engine? As far I can see I have at least three options: Store it in a custom container and read/write it...

View Article

How to select points by coding

@hearts_j wrote: Hello, I want to select some points of the polyline to move,but I need to select them by coding instead of mouse selecting . How can I do this? For example , I get position Y data of...

View Article


Tab stops not working

@software_comas wrote: Environment: Rhino 6 SR12 on Windows Plug-in development with RhinoCommon, C# Problem: My plug-in adds a panel to Rhino. The panel contains a button that, when clicked, shows a...

View Article

Is there a Python dictionary without values?

@mikity_kogekoge wrote: (I tried to change the category to developer but I couldn’t…) Hello, probably a bit sounds stupid, but I often create a dictionary only to do a quick search of keys and values...

View Article


Image may be NSFW.
Clik here to view.

Script to convert embedded blocks to linked?

@ShynnSup wrote: Hi guys! I am starting a new thread for this matter but I actually found one where this was pretty much adressed except that I need to convert many embedded blocks into linked ones....

View Article

Automating Python plugin build?

@S_L wrote: I’m using the compiler as described here to compile a plugin: Rhino Script Compiler for Rhino5, second Beta and I’ve written a piece of code that generates the xml for the .rhc rhino...

View Article

Faster Save, the best solution

@ricardo.eira wrote: Hello, I have a simple c# function, this function make a Save every time that one object is “deselect”, the command that I used is simple: RhinoApp.RunScript("_Save Path+name",...

View Article
Browsing all 8523 articles
Browse latest View live