Boundary line of a flat object
@onrender wrote: Hi, I am thinking how to find the boundary line of a flat object that includes splines, semicircle and lines. It could be easy in case of a polygonal object by selecting grips but for...
View ArticleDisplay problem in Rhino6
@angelwang wrote: Hi~ In my sample file, I import picture and input scale. Because I want to change textures coordinate on the mesh which extract from object. My first problem is I can’t see the...
View ArticleRhinoCommon: Sorting of curves in HiddenLineDrawing
@Dmitriy wrote: Hello @GregArden I am experimenting further with HiddenLineDrawing Class. Please see file enclosed. image.jpg880x695 164 KB Make2D_CurveSorting.3dm (114.0 KB) Blue curve belongs to the...
View ArticleRhinoCommon: Import of another Rhino file into current Rhino file
@Dmitriy wrote: Hi, Not sure if this is highlighted anywhere already. Any hint how to do it? Small example would be highly appreciated. Thanks, Dmitriy Posts: 4 Participants: 3 Read full topic
View ArticleThere are several migrate(Rhino5 to Rhino6) problems
@Vaker wrote: Hi, There are several migrate(Rhino5 to Rhino6) problems. Is there document of migration details? unit type are undefined: How to get rhino_doc_sn when I call “RunScript()” function?...
View ArticleCurve.NormalizedLengthParamater Bug
@tom_makin wrote: I have come across an inconsistency in RhinoCommon when using the Curve.NormalizedLengthParam method with a subdomain. This overload seems to behave differently for polyline curves....
View ArticleDeserialize inside visual studio
@Petras_Vestartas wrote: If I have added byte[] file MakaBreps.bin in Visual Studio resources, how can I deserialize it? Before I followed this grasshopper reference: grasshopper3d.com Possile to...
View ArticleGetObjectEx
@onrender wrote: Hello, I have a question my code is not working and no idea where the problem is. I sais; ‘BrepFace’ object has no attribute ‘Object’. obj_ref = rs.GetObjectEx ("Surface to move",...
View ArticleCustom docked panels with ETO in Python
@Tim_Williams wrote: After reading this: https://discourse.mcneel.com/t/tabbed-dockable-panels-in-rhinopython/1633 Is it still the case that python cannot create docked panels, even with ETO? Even if...
View ArticleBlock other commands from executing while a command is active
@PohNee wrote: Hi, I created a command that inherits Rhino.Commands.Command and in this command, I added a Rhino.Input.Custom.GetObject instance. While the command is waiting for the user to select an...
View ArticleAccess Grasshopper
@dimi.christop wrote: Hi i have this rhino plugin in windows (rhino 5) and would like to port it to Mac Rhino 5.4xx (latest) At some commands in the plugin i need to access Grasshopper to issue a...
View ArticleBug: SelectionPoint()
@onrender wrote: Hi, We found a bug regarding SelectionPoint() method The method works properly on vertical, horizontal surfaces but it sometimes fails on tilting surfaces. EDIT: It also works with...
View ArticleRhino 6 ngon adjacent vertices, edges, faces
@djordje wrote: Hi, Is it possible to provide a simple example of accessing the adjacent vertices,edges,faces in an ngon mesh? I am getting some confusing results. For example the...
View ArticleSurface types in RhinoCommon
@onrender wrote: Hi, I took some type on the RhinoCommon documentation and I found so many surface classes (not Mesh) and not sure what is the difference. What is the difference? In Rhino.DocObject:...
View ArticleSubscribing to an object?
@piroshki wrote: Hello all, I’m playing around with a small utility plugin (RhinoCommon, C#, Windows) and wanted to know the following: is it possible (and relatively easy), to be informed of when a...
View ArticleSelect the geometry as the result of a python method
@onrender wrote: Hi This is an example how to get a point on a line. I would like to ask how to select the point (the result) of the TestFunction() method ? import Rhino import scriptcontext import...
View ArticleStarting point for developing
@ivelin.peychev wrote: Hi, I’m an engineer and have idea about a plugin. I have basic knowledge in python and csharp. I do not understand however where should I start. I think RhinoCommon would be the...
View ArticleBrep.Trim()
@PhilO wrote: Hi everyone, I have been running into some issues with using Brep.Trim(Plane, tolerance). I attach an example file in grasshopper - it shows a large radius fillet surface which got...
View ArticleAccess Grasshopper Through RhinoPlugin
@dimi.christop wrote: Hi My goal was to access using a Rhino plugin the grasshopper plugin to se some states. I use Rhino Mac (latest) dynamic gh = RhinoApp.GetPlugInObject(“Grasshopper”);...
View ArticleSave as copy
@Matthieu_from_NAVINN wrote: Hi, I’m trying to save my doc as a copy with RhinoCommon for rhino6 (It’s meant to be a background backup). At the moment I’m doing this: Dim BackupName As String =...
View Article