Guid cannot convert to curve
@Lei_Yang1 wrote: Hello guys, I wanna refer crvs from layer by Horster Plug-ins and through that I got ID of the crvs. However with the code “rs.coercecurve(ID)”, the ID cannot convert to curve as I...
View ArticleCreate Planar (UVW) texture mapping
@diana_lp wrote: Hello, I’m currently using this snippit to get a texture mapping onto a surface: private TextureMapping GetPlanarMapping(Brep brep) { var bbox = brep.GetBoundingBox(false); var...
View ArticleDeveloper Rhino Page for Python is in VB?
@tom.norris23 wrote: developer.rhino3d.com Canceling a Python script in Rhino This guide demonstrates how to cancel a Python script in Rhino. I am trying to find a way to escape python commands and...
View ArticleIntersection.MeshRay with meshFaceIndices Overload using GHPython
@AndersDeleuran wrote: Hi All, I’m trying to implement this Intersection.MeshRay overload through GHPython (i.e. that return the “faces on mesh that ray intersects”). I think I’ve got it working, but...
View ArticleQuad ON_MeshFace vertex ordering
@NathanM1994 wrote: Hi, Maybe a dummy question, I didn’t find any similar thread: for a given quad ON_MeshFace, are their four vertices vi ordered with a given criteria (clockwise or...
View ArticleCreating Brep from JSON
@merijndeleur wrote: Hi Mike, I realise this topic is 2 years old, however, I’m having the exact same problem. I’m trying to reconstruct a brep from data I extract from another brep. The situation: I...
View ArticleCustom drawn grips are randomly disappearing (C++)
@gccdragoonkain wrote: Is there some “bounding region” mechanism or clipping behavior inside CRhinoMeshObject that causes custom grips to be clipped? I’m seeing my lines and points randomly disappear...
View ArticleETO for mac Visual Designer?
@ChristopherBotha wrote: Hi all. I am near final area of porting about 30 tools to a plugin, my problem is I want grasshopperesque controls, which are dead simple to create in winforms, and of course...
View ArticleDisplay performance question
@MateuszZwierzycki wrote: Trying to capture multiple views in the most optimal way - is there any other option than RhinoView.CaptureToBitmap() ? I found this function quite slow (10 ms to capture one...
View ArticleMeshFromPoints Rhino6 any .NET in RhinoCommon that can call this method?
@Petras_Vestartas wrote: Hi, Is there any rhinocommon method that call rhino6 command MeshFromPoints? Or is it just that the same .rhp file and it will not be added as a method to call it throught...
View ArticleC++ Template file
@Petras_Vestartas wrote: Hi, I am trying to use C++ template. My Rhino is up to date And I downloaded the latest C++ SDK. After loading the plugin file I get this message: rhino.png1382x718 59.7 KB...
View ArticleHow to access PersistantSettings
@bartek wrote: The Rhino command allows to override public override void LoadProfile(string lpszSection, ref RMA.Rhino.MRhinoProfileContext pc). I can not find anything similar in Rhino 6. I have...
View ArticleProblem creating fillet between 2 curves by calling _Fillet command
@bmartin wrote: Hello, I’m trying to create a fillet between two curves on Rhino 5 SR14. It works like magic when I use the button and select the two curves but I cannot make it work from a Python...
View ArticleCustom grips drag undo doesn't work
@gccdragoonkain wrote: Now I know there are more high-level approaches to custom grips, but I prefer to keep this approach for now due to the versatility I may need in the future. I’m implementing my...
View ArticlePythonnet?
@kitjmv wrote: Hello ! Have you a solution for use Python 3 ? Or can i use Python+Pythonnet in replacement ? Really, I’m confused, I’m starting to learn Python and it’s everywhere recommended to use...
View ArticleHow to convert parameter space curve to on-surface curve
@gccdragoonkain wrote: Is this possible? I want to evaluate straight-line (or 2D bezier) curves to curves along surface. double d00, d01, d10, d11; brep.Face(0)->GetDomain(0, &d00, &d01);...
View ArticleC++ iterative object display
@Petras_Vestartas wrote: Hi, I have simple question regarding displaying object through rhino pugins / c++. Is the only way to display object is by baking it? Like context.m_doc.AddSomeGeometryType()...
View ArticleIssue with events at compilation
@Matthieu_from_NAVINN wrote: Hi, I’ve got an issue with rhino event handlers: Everything works fine when I run my project on debug mode, but if I make a release and install it, the events are never...
View ArticlePicking group of objects with Geometry Filter
@D-W wrote: I’m trying to pick group with geometry filer but i get message “Cannot use these objects.Removing them from selection” With single object everything worked ok so i assume bitwise operators...
View ArticleCurve.Offset and MSTest
@Chuck_Driesler wrote: I’m writing a set of grasshopper components in Visual Studio 2017, and I have a collection of unit tests (set up with Tom Makin’s solution here) that have been working well. Any...
View Article