How to use rhinocommon in dotnetcore project for IOS build
Dotnet core lets you build for IOS plus windows as well. Right now current build of rhinocommon based solution based on dotnet framework can not get deployed on mac os. When I try to post to dotnet...
View ArticleRhino Package Installer problem with compiled plugins
Hi, I have recently had some plugin users reporting this message when trying to install rhi of a plugin I have compiled. So the installer does not work, however if they unzip the rhp from rhi, it...
View ArticleObject keeps Guid after pasting
I have here some weird situation when an object is pasted to a new document it keeps its Guid and then after importing a file with such surface which has the same id this one gets different Guid. Is...
View ArticleRenderContent Initialize - should be virtual or not?
This is a bit confusing: Help comment for RenderContent.SetChild function: // Summary: // Set another content as a child of this content. This content may or may not be // attached to a document. If...
View ArticleProperties for "Rhino.Geometry.Unroll.AddFollowingGeometry" output curves
Hi everyone I tested “Rhino.Geometry.Unroll.AddFollowingGeometry” function. Is it possible to set properties for output curves (layers, color etc.). I would like them to have same properties as input...
View ArticleRebuilding snapping points for dimensions in layout views
I am serializing and de-serializing dimension objects for a plugin. One feature I’d love to explore is how to potentially save and reattach dimensions to elements they’re snapped to inside of layout...
View ArticleHow to use GPU to speed up the parallel operation in vb.net?
Hi, I have a problem, I ever use the parallel operator to speed up the calculation in vb.net like the following code (project many points on mesh): But I find that using GPU(like Cuda) could further...
View ArticleNote to self: Brep.CreateSolid is not thread safe
Or at least I think so… After a week of funny multitask debugging and restarting my project from scratch, turns out it wasn’t really my fault ;p Luckily, Brep.JoinBreps seems to be ok, so you just...
View ArticleUsing DetailViewObject PageToWorldTransform properly?
Hi all, I have a question about the DetailView PageToWorldTransform attribute that I was hoping someone could help with? I’m trying to use this in a custom component to move some line geometry from...
View ArticleSweep1 precision/problem
Hi, question is very simple but for some reason my sweep doesn’t not follow curve (polyline) exactly. See enclosed. Sweep_Example.gh (4.9 KB) Any hint how to fix? Thanks, Dmitriy 14 posts - 3...
View ArticleFiltering objects by their types in C#
Hello Everyone, I have a list of objects. I want to filter the objects by their type. Can someone guide me how to do it with GetType() command? 5 posts - 3 participants Read full topic
View ArticleSuggestions for GPU Framework?
A slightly different question, but a continuation, How to use GPU to speed up the parallel operation in vb.net? : Does anybody have any suggestions on which GPU programming interfaces work best with...
View ArticleSaving OBJ using c# API (FileObj.Write)
When writing an obj I am being prompted on the Rhino command line for PolygonDensity. I have asked it not to show dialogs, but it still asks for this. How do I stop it from asking anything and just...
View ArticleGetDistancesBetweenCurves?
I am using the call static bool Rhino.Geometry.Curve.GetDistancesBetweenCurves and tested on 2 lines that intersect the result is a real number ( 0.2 meter units in my case ) Whats that ? I was...
View ArticleAuto-generate Make 2D from Named Position and write to new .3dm file
Hello, After making a Named Position, I’d like to: Select objects of that Named Position Set View to Isometric SW Run Make 2D command (with Projection set to View, Object Properties set to From Input...
View ArticleTypo in RhinoCommon documentation
@pascal @stevebaer On this page: https://developer.rhino3d.com/api/RhinoCommon/html/M_Rhino_Geometry_NurbsCurve_CreateSpiral_1.htm this sentence: For a spiral radius0 == radius0 produces a circle....
View ArticleHow to use SubDVertexList.Add(SubDVertexTag tag, Point3d vertex)?
How to use SubDVertexList.Add(SubDVertexTag tag Point3d vertex) and SubDEdgeList.Add(SubDEdgeTag tag, SubDVertex v0, SubDVertex v1) in rhinocommon?I can’t use them to crease the vertexts or edges. How...
View ArticleFocus lost on mouse over Layers panel
Hi, I have a Rhino 6 plugin which is registered as Rhino panel and docked. This main form is a WinForm with multiple controls like textboxes. If I am writing something in a TextBox and then move the...
View ArticleUser Interface Design Guidlines / Templates / Snippets
Hi, we are currently developing a plug-in and would like to design it in a way, that it integrates well with the UI Design Rhino is using. Do you have a UI or UX Design Guidline for Rhino? Would you...
View ArticleRunning Rhino/GH as a Service
I wonder if this is possible. I have a GH “definition” that I would like to launch from a bat file which would run rhino as a service. The idea is to be able to run Rhino/GH from a external app, but...
View Article