UserData defined in a dll makes a exception
Question about userdata defined in a dll ok scenario : I want to be able to read userdata from both a rhino plugin (rhp) and a grasshopper dll (GHA) so I have defined a derived UserData class in a...
View ArticleDocument doesn't take objects when switching files
Hi all, I have 2 different saved 3dm.file which both has plugin objects. When I try to switch one file to another file in same instance of Rhino by using Open in menu. Upcoming file doesn’t get...
View ArticleGet the layer name of curve with c#
Hi, I want to get the layer message of curve through c# code as following. But there is a problem that the “Rhino.Geometry.Curve” type cannot implicitly be converted to “Rhino.DocObjects.CurveObject”....
View ArticleKeep selection with GetObject and command option
Hi, i’m using the class CRhinoGetObject to interactively select an object. But i also want to provide an command option like it is in the sample github.com...
View ArticleEto gridview editing breaks in Rhino 7 Beta
I built up a GUI for my plugin in Rhino 6 using Eto forms. Everything works as expected. The Form consists of a GridView with three columns, text box for adjusting a category name, a color picker to...
View ArticleMax Curvature Points precision error
Hello I tried to convert @dale script to python, i am not sure if i 100% success because i don’t know how to run the original script. github.com...
View ArticleMissing meshes
Hi Everyone. I wrote a stand-alone app for doing some manipulation of 3DM files. My app uses the Rhino3dmIO.Desktop toolkit, v6.30.20288.16411. We have a number of 3DM files we want to process. These...
View ArticleObjectPropertiesPage scroll issues
Hello, I am facing an issue with my ObjectPropertiesPages. Anytime the content exceeds height of modal, scrollbar appears. Problem is, that scroll is registered only when my mouse is over the...
View ArticleDelete or Purge Reference Layer in C#
I have created a Reference layer to show debug values for a command I am writing. I use reference layers because they are not saved with the document. I am trying to write another command to clear...
View ArticleRhinoCommon - Get Curve Piping Mesh
Hi, Is there a way to get the mesh generated by the curve piping (or the curve piping parameters) in RhinoCommon (rhino6) in an Export context? They don’t seem to be accessible as render meshes or...
View ArticleHack for Ctrl+C and Ctrl+V
Hi everyone, I want to hack a bit result of !_CopyToClipBoard (Ctrl+V) and !_Paste (Ctrl+C) commands. Rhino copies objects at the same location with this commands but I need to move new objects a bit...
View ArticleRhino Mesh class >> AutoCAD Solid3d class?
Hi @dale - you helped me on a previous post to import some of our legacy Inventor part file geometry into Rhino. My question now relates to the same project but now we are serving the manipulated...
View ArticleCRhinoGetAngle status bar angle
I’ve setup the CRhinoGetAngle to produce an angle relative to the -Y axis (0,-1,0). This works fine and CRhinoGetAngle::Angle() produces an angle of about 1.13 (65°) in the screenshot. However the...
View ArticleFile type not yet supported by "import headless" in Rhino & WIP
Hi, I have been developing a grasshopper component that import different files types. I have noticed that when importing .3dm files or .pdf files, UI prompt still shows up asking user for input. It...
View ArticleC++ SDK Some questions
Hello everyone, I have encountered some problems now: The first question is: I want to use Rhino C ++ SDK to write a DLL called by C#, Similar @dale Dale’s Moose,And successfully and happily run in...
View ArticleEtoCollapsibleSection and Scrolling
Hi Can anybody give me a hint on this ? If I insert a Panel into a EtoCollapsibleSection and the Height of the Parent Container is smaller than height of the panel I would expect to see a vertical...
View ArticleRhino3dm Meshingparameters Python
Hi All, Is there a way to use the meshingparameters in Rhino3dm python? I am trying to understand if I can customize the mesh type here using meshing parameters. 2 posts - 2 participants Read full topic
View ArticleGetting Object Attribute Data in Python using Key
Hello, I have been toiling around quite a bit trying to figure out how to read a value from the ‘Attribute User Text’ tab of an object once it is selected, where the attributes dictionary is. My...
View ArticleOpinions about performance in comparison to other DCC packages (Houdini,...
I was wondering if someone could give a high-level overview over architectural differences between those big monoliths and Rhino. Houdini for example seems to come on top in terms of performance,...
View ArticleDoesn?t work in V7
CopyToClipboard: Doesn?t work in V7 File IO: Files written with ON_DebugWriteObject can?t be read in V7 2 posts - 2 participants Read full topic
View Article