Custom grip object deleted
@Alberto wrote: Hi, Is there any way we can understand if a custom grip was deleted? I tried with CustomGripObject.OnDeleteFromDocument but it is not fired when the object is deleted. Is there some...
View ArticleGet custom grip from selection
@Alberto wrote: Hi, I am trying to use a get object to get the custom grips that I created. I am able to retrieve the grips but these are of type GripObject and not of my custom type. It seems like I...
View ArticleObjects order
@ricardo.eira wrote: There is any way to change the order of objs? Ex: If I have 10 obj, and select all once, and create a forearch to delete one at a time, the order is by default that order that was...
View ArticleLaunching Rhino 5 with a batch file and running c# scripts
@gustavo.uzcategui wrote: Hi, I am interested in running Rhino 5 remotely using a batch file. Here’s what I need to do with one batch file: Launch Rhino 5 Run a c# script (the command “RunScript”)...
View ArticleDrag and drop on blocks
@dsw wrote: Hi i’m currently working on drag and drop functionality in Rhino 5 and 6. Now i encountered a problem in Rhino 6 which does not exist in Rhino 5. The drop on object does not work correctly...
View ArticleRerun command with same arguments
@d.hillege wrote: Hi all, I’m new to writing plugins in C# for Rhino, At the moment I have a functioning script/command which works quite nicely. However, my goal is that whenever the object modifies...
View ArticleABB Plane to Euler angles
@Petras_Vestartas wrote: Hi, I have issue which is probably already solved for Euler angles for ABB. I am trying to find convert Plane orientation to 3 numbers of Euler angles. Does this method would...
View Article4 corners of word screen viewporte
@ricardo.eira wrote: There is any way to get the coordinates of the 4 corners of the active viewport? Of course the coordinates are currently zoomed. Thanks Posts: 3 Participants: 2 Read full topic
View ArticleLayer Table update?
@richard_schaffranek wrote: I have two functions. generates a Layer if it is not already in the Layer list: Code public static Layer getLayer(string _layerName, System.Drawing.Color C) {...
View ArticleInvisible mesh edges
@BiljanaN wrote: Hi all I need this option but in C++ Rhino SDK Posts: 1 Participants: 1 Read full topic
View ArticleExplanation for ONX_Model api
@sghosh wrote: Hi All, I am trying extract components by name from an ONX_Modelusing their name ONX_Model model; model.ComponentFromName(ON_ModelComponent::Type::ModelGeometry, component_parent_id,...
View ArticleIs there a SelectedLayer event?
@marcsyp wrote: Hi all – Does anyone know if there is an event handler that fires when the selection changes in the Rhino layer manager? It does not fire with “LayerTableEvent” and I’ve dug around in...
View ArticleRhinCommon ChangeLog Rhino 5.0 - Rhino 6.0
@richard_schaffranek wrote: Dear McNeal, I am currently working on upgrading a plugin from Rhino 5.0 to Rhino 6.0 which is a bit of a pain in the ass since there is no changelog for the API (or am I...
View Article3dm Password
@ricardo.eira wrote: If I’m not mistaken and from what I read here in the forum, there is no method of blocking a 3dm file by password, Ok, I need to lock a file, so I thought of a method to do it, (I...
View ArticleContour curves on trimmed faces
@o11225669 wrote: Hello, I’m trying to retrieve the contour curves of a polysurface by calling CreateContourCurves on each face (brep.Face[i].ToBrep()). Everything works fine but I noticed that the...
View ArticleHow does Rhino find mtl file for .OBJ file?
@Terry_Chappell wrote: @pascal, @tim, I wrote a Python script to import a .OBJ file for a mesh. It parses the .OBJ file and creates vertices, faces and vertex colors and vertex textures for the mesh....
View ArticleGrasshoppoer Component dev using Serial port
@abide.nm wrote: I have been developing my own GH component recently. I want to make it to transmit data which received by serial port continuously, but SolveInstance( ) and component run only once so...
View ArticleHow to use vb.net to control the display checkbox?
@jerry1 wrote: r123.jpg739×595 108 KB Hi all, I have a problem, I want to use vb.net to control the checkbox, see in the attached file, and how to do? Posts: 1 Participants: 1 Read full topic
View ArticleMigrating plugin's license system to RH6
@Matthieu_from_NAVINN wrote: Hi, I’m migrating a plugin to RH6 and I can’t figure how to adapt my RH5 license system. In rhino5 I was doing this, which worked nicely: Dim validator As New...
View ArticleDraw Shadows using DisplayPipeline.PostDrawObjects()
@Harper wrote: Hello, When an object is added to Document, shadows are displayed in Rendered and Raytraced Display Modes, although when it’s drawn like that: DisplayPipeline.PostDrawObjects +=...
View Article