Creating "Real" Drill holes for clean Step Export
@MartinIC wrote: Hi everyone, we created a lot of Step File for Sheet metal production using Rhino Common. Our general approach was:- extrude a Profile Curve as an Extrusion- change it to a Brep-...
View ArticleRuled solid from ruled surface with Brep.CreateFromOffsetFace (C#)
@gatoth wrote: So I am trying to make a ruled solid from a ruled surface, however using the Brep.CreateFromOffsetFace does not yield the desired results. Around the edges, where the parts of the ruled...
View ArticleWhat does surface intersection do
@kasper_steenstrup wrote: We are a team on a university that dons a lot of algorithm, using rhino as the visualization tool and some of the build in function. But we have not be able to detect if the...
View ArticleAutomate Upgrade of Rhino with CounterSketch
@jstevenson72 wrote: All: We are trying to automate a silent upgrade of CounterSketch Studio and Rhino 5 to 64 bit. I am writing code to automate the installation of the Rhino MSI and then the CS...
View ArticleTrying to Blend surface C#
@jed_segura wrote: I am currently trying to make a method that takes 2 breps, gets the closest edges on each respective brep, then simulates the "BlendSrf" function that is available in Rhino. The way...
View ArticleCan't add custom UserData to Layer? (rhinocommon)
@bcook wrote: I am able to add an item to the UserDataList member (UserData) of a layer, but only if it is a pre-defined UserData class like UserDictionary. If I try to add my own data derived from...
View ArticleBackground screen capture thread
@amit.lzkpa wrote: Hi, Is there a way to start a background thread that continually performs screen grab and pushes the screen grab to a socket? I am currently working in RhinoPython.Following is a...
View ArticleChange viewport title background color
@henrydm wrote: Hello, Anyone knows if it's possible change the viewport title background and letters color in Rhinocommon? (for focused and non focused) 09-02-2016 14-35-45.png1512x400 98.5 KB Thank...
View ArticleClockwise or counter clockwise orientation error
@mprades wrote: Hi guysI have a problem with this curves.I want to get a clockwise closed curve from this want Pasted image1920x1080 179 KB And I use the following code: if...
View ArticleAutomate tsExtrude using RhinoCommon
@el_mariachi wrote: Hi, I'm fairly new to Rhinocommon, and was looking at automating some of my tsplines commands with C# in Visual Studio. In particular, I would like to start with a single row of...
View ArticleHow can I add a Content to panel plug-in
@11139 wrote: Situation : I'm trying to make a wpf panel plug-in by referencing sampleCSWpfPanel.(Sorry, I forgot where did I find that Code) Problem : I cannot find a way to add a button(or any other...
View ArticleHow to loft in the SDK with Match Start Tangent and Match End Tangent?
@gordon wrote: So we have 2 Brep Edges, and are trying to (in C#) loft between them with matching start and end tangent. To demonstrate the results I am looking for, do the follow)Create 2 planar...
View ArticleTips for cross platform plugin development / debugging
@tree wrote: Hello, I'm curious if anyone has any especially useful tips or especially useful discoveries for cross platform plugin development. I'm struggling with a complex plugin originally created...
View ArticleImplementing an own PopUpMenu - C++
@eloquence wrote: Hello! When objects are overlapping, selecting them opens a popup menu which lets you choose, which object you want to select. Is there anyway to implement an own popup menu which...
View ArticleBrepBrep intersection not threadsafe in Rhino 5 64bit?
@SmallChief wrote: Using the Grasshopper python component I wrote a code that intersects lots of breps with each other.To make it faster I used parallel processing wich worked fine under Rhino 5...
View ArticlePlugin with advertising - permissible?
@Keith1634 wrote: Hi McNeel, I am thinking of adding paid advertising to my plugin via a modal dialogue - is this permissible ? Just thinking of ways to help make my plugin become more available....
View ArticleHow to write a message in the command line window?
@jordi wrote: I would like to write a message in the command line window (not in the command history window) in a similar fashion as some commands do, for example: "Meshing... Pres Esc to cancel". I...
View Article"True" split of surface into new surfaces
@camalamadingdong wrote: I am using Rhino to generate hull surfaces. (they are actually for wave energy converters, but it is similar to a ship hull). I need to create the entire hull surface (portion...
View ArticleLegal Rhino?
@jordy1989 wrote: Hi All, Is there a way to check if the rhino that is installed is legal? Someone asked me to make an expansion of their software. They already have a plugin and I just created a...
View ArticleEto - Dropdown binding fails on Mac
@thomas wrote: So, I have a nice little Eto dropdown that should get populated from a list with custom objects. The following code works in Windows (RH6), but fails in Mac. In the latter, instead of...
View Article