Get Model -> Paper scale within conduit's ExecConduit
@dsw wrote: We are trying to draw some text with a conduit on a detailed view in a page layout. For this we want to draw the text always in the same height that it looks like a technical drawing. But...
View ArticleAdd Panels
@Markus_Erhardt wrote: Hi,after reading this post https://discourse.mcneel.com/t/c-switching-panels-from-the-command/19692/2 it seems this user din't get an answer. I am in the same case: I have to...
View ArticleRestore Custom Attributes on Undo
@jpetmecky23 wrote: Hello, I have some RhinoObjects with some custom attributes added to the UserDictionary. The problem I am running into is, when the object is deleted and then I undo the deletion...
View ArticleCRhinoObject Highlight
@fthomas wrote: Hi Dale, I would like to "highlight" an object doing this const CRhinoObject* pOBJECT = (... here I get a pointer on my object)if( pOBJECT != NULL ) pOBJECT->Highlight( ); But the...
View ArticleConstrain GetPoint() to construction points
@pagarcia wrote: Hi, Is there a way to constrain CRhinoGetPoint to a set of construction points? I do not only want to have the snapping to the construction points, but to constrain the selection to...
View ArticleEfficient way to retrieve user data when picking points?
@pagarcia wrote: Hello, I need to select a polyline or mesh with custom user data, pick a point from a set of construction points and retrieve some user data from these. This data is exactly the index...
View ArticleNURBS Surface from Level Curves
@sghosh wrote: Hello, Does OpenNURBS or RhinoSDK provide any algorithm to convert a list of curves (these are level curves) into a NURBS surface? Thank you.RegardsSunayana Posts: 3 Participants: 2...
View ArticleZoo plugin issue
@Matthieu_from_NAVINN wrote: Hi,We are implementing the zoo for our plugin RhinoPiping.However the standalone license activation works from the plugin, it works also when adding a license to the zoo,...
View ArticleRhinoCommon and DockBarManager
@Markus_Erhardt wrote: Hi,I am in the same case as it is described in this post : https://discourse.mcneel.com/t/how-can-i-dock-panels-on-top/5110 Because I would like to position my différents panel...
View ArticleDisplayPipeline.DrawDottedPolyline bug
@clement wrote: Hi @stevebaer, i guess i found a bug, if DrawDottedPolyline is used, every curve drawn after is drawn dotted. This happens in V5 and the WIP. btw. if i would get a free wish for this,...
View ArticleC++ vs C# for Rhino?
@ChristopherBotha wrote: Hi All Firstly I realize this is a subjective topic, and I apologise ahead of time, but, I have been considering buckling down to learn C++ (just for fun) but everywhere else...
View ArticlePython Grasshopper
@Hakam_ElMajed wrote: Hello is there a way to figure out how to find out the equivalent of a grasshopper command in python grasshopper ? for example id like to make a curve, which is found under...
View ArticleTrefoil: For the math gurus
@ChristopherBotha wrote: I wrote this based on math Here which was the easy part... The code runs fine, and spits out this geometry image.png1029x539 25.2 KB Id like to add a command line option to...
View ArticleUpload now your scripts and Grasshopper definitions to food4Rhino
@carlosperez wrote: Upload now your Grasshopper definitions and scripts to food4Rhino The new food4Rhino website supports now also Grasshopper definitions and scripts. Fee free to share yours there!...
View ArticleRhinoPullCurveToMesh bug 2
@Biljana wrote: Hi.I have strange behavior of the RhinoPullCurveToMesh functionIn the attach file red curve is the curve that I try to pull to the mesh, and the blue curve is the polyline curve...
View ArticleRhinoSweep2 C++
@dimcic wrote: Hi, I tried to find a bit of information about how to generate Sweep2 and didnt really solve the problem. I know it is a bit of a hassle working with Argument classes and that...
View Article[Bug Report] Plugin does not start, only creating new project (with same...
@jups23 wrote: When trying to run my Rhino plugin out of Xamarin it suddenly does not start any longer with the following Exception: System.NotSupportedException The invoked member is not supported in...
View ArticleLoft Direction?
@ChristopherBotha wrote: Hi All In code below note I enter curves into the list from the bottom curve to the top curve then loft. My expectation is that it will loft from the first entry toward the...
View ArticleMinimalist skin
@Matthieu_from_NAVINN wrote: Hi,I'm trying to create a minimalist skin for rhino. The idea is to hide everything except my project panels and maybe one specific toolbar. At the moment I have a few...
View ArticleAvoid saving and loading plug-in data when Exporting objects
@cristina.b wrote: Hi, How can we avoid to save and load plug-in data when Exporting Rhino objects while the plug-in is running? Thank you!Cristina Posts: 3 Participants: 3 Read full topic
View Article