C/C++ SDK for Non Plugin project VS2015
@QuocBao_Vu wrote: Hello, I'm wondering if it is possible to compile a project that uses the SDK for 2015 when the project is not going to be used in a Rhino Plugin Posts: 2 Participants: 2 Read full...
View ArticleWelding mesh vertices by distance
@Petras_Vestartas wrote: Hi, If I have a mesh that has vertices disconnected and apart by tiny tiny distance, that I want to weld.More simply: vertices in those cases are not coincident. These methods...
View Article[RhinoCommon] BrepFace.TrimAwareIsoCurve does not work on domain boundaries
@menno wrote: No matter what I do, when extracting trim-aware isocurves on the face edge, the result is null. BrepFace bf; // defined elsewhere Interval iv = bf.Domain(0); int dir = 1; Curve[] crv =...
View ArticleCommon grid on layout for multiple detail views
@HepChan wrote: I would like a grid on the layout page common for multiple detail views.see image (manually edited using paint) image.png692x866 79 KB Each mesh is a detail view lying on a common grid...
View ArticleSimplify nurbs curve to arcs and lines
@dsw wrote: I need to convert (simplify) a nurbs curve and i use for this RhinoSimplifyCurve. Sometimes it works very good, but very often it simply does not convert the nurbs curve to arcs. In Rhino...
View ArticleProject point to plane by vector
@Petras1 wrote: What would be a method to project point to a plane by direction? Is it only this:Rhino.Geometry.Intersect.Intersection.LinePlane(line, plane); Or there is something with plane vector...
View ArticleRhinoCommon equivalent to Rhinoscript-LastCreatedObjects
@Tom_ wrote: @stevebaerhello everybody, dear Steve Does Rhinocommon offer any equivalent to Rhinoscript-LastcreatedObjects ? If not:i know there is "ObjectTable.AllObjectsSince" in Rhinocommon.How do...
View ArticleCant not undo after use RhinoDoc.ReplaceRhinoObject event
@pythonuser wrote: Hi all: public static Transform xf = new Transform(); public TestPlugIn() { TestPlugIn.Instance = this; RhinoDoc.BeforeTransformObjects += new...
View ArticleDebugging a plugin that compiles as a class library in c#
@Sean_Lamb wrote: Hi all, I'm using c# with visual studio and attempting to modify an existing plugin's functionality. What I can't seem to figure out is how to debug the code - I can't directly debug...
View ArticleMesh with holes from polylines in rhinowip to C#
@Petras_Vestartas wrote: Hi, In rhino wip I see function that allows to create mesh with holes from closed polyline. Is there an example from .NET developers?Before I was using Triangle.NET, but it...
View ArticleFlip surface U V to V U
@Petras_Vestartas wrote: Hi, Is it possible to flip surface domain from UV to V U in RhinoCommon. Or to rebuild a surface in such a way that its directionality would change ? Posts: 3 Participants: 2...
View ArticleMesh - Determining which Face belongs to a Vertice
@RIL wrote: Using VB.NET, when I examine a Rhino.Geometry.Mesh and its properties mesh.Vertices mesh.Faces mesh.Normals .. then I believe that the Vertices and their Normals are accessed at the same...
View ArticleMeshes rhino wip
@Petras_Vestartas wrote: Hi, I would like to question about rhino meshes. I have existing mesh, two mesh planes. When I add in a mesh new mesh face mesh.Faces.Add(a,b,c,d) , I see that mesh edges...
View ArticleBasic (very basic!) question for developers
@Rachel1 wrote: Hi all, a very basic question in terms of which language to use: I've been working in grasshopper for a few years and am now at the point where I want to be able to write scripts that...
View ArticleRhino 3D model on mobile browser or and app
@Rao wrote: Trying to find out the feasibility of following flow using Rhino3D?Flow:-Browser/App -------->WebServer ( our portal )------>Rhino3D -->Generates 3D imagesBrowser/App...
View ArticleAutocomplete in Intellij
@Ivan_Malek wrote: Hi, I'm fairly new to coding and completely new to Rhino. Since I'm already a bit familiar with Intellij Idea, I'd like to write my scripts there, but can't find the...
View ArticleLayer.IsVisible doesn't work
@Ivan1 wrote: Hello, I am having issues with turning the visibility of all my layers off (except the default one). So in my main function I do a lot of things including adding new layers, childlayers,...
View ArticleCan not prevent Rhino window closing
@Yuliya wrote: Hi everyone, I'm developing Rhino plugin using Rhinocommon. And to prevent data loss I need to keep Rhino running until a data processing is finished. I tried to override...
View ArticleDrawing order logic when overriding Dynamic Draw
@pagarcia wrote: Hello, I'm overriding CRhinoGetXform to transform an object, and drawing the dynamic transform geometry in its DynamicDraw() method. The problem is that the dynamic geometry is drawn...
View ArticleMultiple grids visible on layout at all times
@HepChan wrote: the viewports have the construction grid enabled but they are visible only when the the detail viewport is active. how can the grids in all detail vierports made visible when viewing...
View Article