Get Viewport and ConstructionPlane of Object Selection
@Tom_ wrote: Dear Everybody i know there is simple workarounds. But maybe i just missed something that already exists and save me some work: Rhino.DocObjects.ObjRef has some Information about how...
View ArticleHow can I group existing objects in rhino using rhinocommon?
@Tom_Holt wrote: Hi, I have bunch of rhino objects:List<Rhino.DocObjects.RhinoObject> o ... retrieved from rhino in C# I am searching for method to make a groups out of list of rhino objects....
View ArticleRhinoCommon Transform ChangeBasis vs. PlanePlane
@Tom_ wrote: dear Everybody,dear Dale @dale is there any difference betweenwell documented, no example: Transfrom.ChangeBasisandnot documented, but with example:Transform.PlaneToPlanethanksbesttom...
View ArticleExchange information between plugins
@dafemoelche wrote: Is it possible to exchange information between plugins in rhino with rhinocommon? Posts: 4 Participants: 2 Read full topic
View ArticleChange object color c# nothing happens
@Tom_Holt wrote: I am am trying to change object color via grasshopper component.I followed basic example, but following lines does change color of object: (I am not adding new object I just want to...
View ArticleComputational complexity of mesh.split() method
@Ivan1 wrote: What is the computational complexity of the Mesh.Split()-method with n being the amount of meshes?The question in a much simpler but less correct form would be: How "fast/slow" is the...
View ArticleCreate hatch pattern from a curve
@Tom_Holt wrote: Hi, I see that hatch function through rhinocommon is: Hatch[] h = Hatch.Create(C, 123, Rhino.RhinoMath.ToRadians(R), S); 123 - hatch pattern index. How should I start if I would like...
View ArticleKnowing when a viewport is "capturing"
@andheum wrote: Is there any information present in a display pipeline / conduit that would let me know that a viewport is "capturing" to file or clipboard rather than drawing to the screen?...
View ArticleGetting the Outline of a Surface
@Melvin_Witte wrote: Hey, I want to get the outlines of a surface in RhinoCommon C#, which is getting me some problems at the moment. I already got it selected with the GetObject(): GetObject...
View ArticleUse Visual Studio for Mac with Rhino for Mac
@dan wrote: Visual Studio for Mac is no longer in beta... visual-studio-for-mac.png961x274 108 KB We are currently using it for Rhino for Mac development and - if you are a RhinoCommon developer...
View ArticleIterate light objects in cpp
@Mary_Graham wrote: I would like to export information about all the lights in my model. This is where I have gotten so far, am I on the right track? How do I get the individual lights?...
View ArticleImage information from obj file
@jerry1 wrote: Hi every one, I have a problem, I read a obj file from maya, and then saving a 3dm file. Then I re-read the 3dm file and shading in rhino (see the following figure), and I attempt to...
View ArticleObjref from brep?
@ChristopherBotha wrote: I need to get an objref from a brep in memory (not in document) so that i can orient it (which only accepts objref) every example pulls objrefs from from a GET, i cant find...
View ArticleImporting sklearn in Rhino IronPython
@Jack_Perry wrote: Hi, I've been working on a program in Rhino which requires the sklearn module which you can import for python applications. However, IronPython is not compatible with this module. I...
View ArticleVray.dll breaks visual studio in debugger mode for rhino
@Tom_Holt wrote: Hi, Can somebody help with this one. I just installed V-Ray 3.4 for rhino. Works fine. But I am developer for rhino grasshopper. Once I run visual studio in debug mode pop-up window...
View ArticlePointCloudSection - RhinoCommon equivalent
@Tom_ wrote: Hello everybody - is there a RhinoCommon equivalent for the _pointCloudsectioncommand ?... i know a workarround would be to do a script-runner-commandbut it would be nice to access the...
View ArticleDelete Block
@Tom_Holt wrote: Hi, I have issue with blocks. I delete blocks like this: //Find block with similar name and delete them all List<int> deleteId = new List<int>(); foreach...
View ArticleWhy a rhinoObject does not always have a Mesh and how to create one?
@Matthieu_from_NAVINN wrote: Hi, i'm tring to work on meshes from a list of rhinoObjects.But for some reason, some objects return an empty mesh list with the command .getMeshes. As you can see in my...
View ArticleTextEntity class in RhinoWIP Buggy?
@FlorianFrank wrote: I just made a quick fix for a Rhino 5 / GH 0.9 component, which uses TextEntity class in RhinoCommon.When the "Explode" method is used on the TextEntity on RhinoWIP, the output...
View ArticlePreTranslateMessage in MFC Rhino PlugIn
@Peter_Salzman wrote: Hi, one question: If I want my C++ MFC PlugIn want to receive Windows messages, I need to add a PreTranslateMessage function to my PlugInApp.cpp. But unfortunately it is never...
View Article