0xe06d7363, RmaErrorReporting.exe
@Theofanis wrote: Hello, Anyone knows why this error occurs when I run a c# plugin in Rhino5? The plugin works for couple of hours and then crashes. Thanks Posts: 1 Participants: 1 Read full topic
View ArticleBlock edit behaviour
@gennaro wrote: Hi everybody, monitoring the events in Rhino I discovered that, when I double click on a block and I open the block edit panel, a lot of OnAddObject events are raised. Then when I...
View ArticleSurface Texture Mapping
@gennaro wrote: Hello, I am trying to create a texture mapping for a mesh with unknown shape. I have found in rhinocommon CreatePlaneMapping, CreateSphereMapping, CreateBoxMapping and...
View ArticleNeed .ToIntArray method for Mesh.Vertex.Colors
@Terry_Chappell wrote: @stevebaer, @brian, Currently all the mesh data that can be exported to a .OBJ file has a .ToIntArray or .ToFloatArray method except for Mesh.Vertex.Colors. As a consequence,...
View ArticleGetPoint.Option executes GetPoint.Get when clicking option in commandline
@seppeldue wrote: Hi, GetPoint Loop with options. When clicking on options in commandline, each time a new point is created on the canvas near the commandline. Also, when not using the...
View ArticleSplit Polyline
@Petras1 wrote: Hi, What would be the fastest way to split polyline by plane? Is the only way to do so is to convert polyline to curve and use Curve.Split method? Posts: 1 Participants: 1 Read full...
View ArticleCurve ProjectToBrep in C++?
@Pablo_Garcia-Amorena wrote: Hi, Is Curve ProjectToBrep exposed in C++? I find this method only in rhinocommon:...
View ArticleRhino C++ Unhandled C++ Exception
@omidk wrote: Hello, I developed a plugin for rhino with VS C++ 2017. When I am trying to debug my code I am getting an exception as below: Unhandled exception at 0x00007FFBEF4DA388 in Rhino.exe:...
View Article[BUG] v6 Display PointStyle not filled with white
@D-W wrote: I occurred an issue when drawing points during dynamic draw (Edit: also in the normal pipeline override it doesn’t work) non of control point styles are filled with white inside -...
View ArticleCamera location changed event?
@wert6410 wrote: Hello,I have a question, is it possible to catch camera events or viewport events from C# script, such as event CameraLocationChanged? I want to let the script be updatable. Thank...
View ArticleAbout tooltip
@3951602 wrote: Dear master, When I use VB script battery to make some program, there is a very helpful tooltip but sometimes there sometimes disappeared. Could you answer me what’s the condition the...
View ArticleSkin problem
@MatrixRatrix wrote: Hello @dale , I try create a Skin, I am following this steps: developer.rhino3d.com Creating a Skin (Windows) This guide outlines the tools for RhinoCommon developers to wrap...
View ArticleGet PluginIds RhinoDoc.EndOpenDocument
@jason_stevenson wrote: Is there a way to see all of the Plugin Ids associated with a file during the RhinoDoc.EndOpenDocument, or any other OpenDocument events? Posts: 1 Participants: 1 Read full topic
View ArticleRhino v5 and Visual Studio 2017
@tanguy.prevost wrote: Hi everyone, I have just installed VS 2017 and I followed the step by step rhino instructions in the “Getting Started” section here :...
View ArticleTrying to make my render plugin available OSX too
@marton.parlagh wrote: Hello, I have started to prepare the plugin to run under OSX (from windows). It was quite easy to set-up the work environment under OSX:) which is good, but it doesn’t work as...
View ArticleDelete Hidden Objects
@e.pouls wrote: Hi all, I want to delete hidden objects via the objecttable using Rhino, python, rhinoscript, and combinations of those. def RunCommand(): #all non-light objects that are selected...
View ArticleUsing OpenGL with Rhino 5
@alexander.mcrae wrote: Hello, I am trying to create a render for Rhino 5. It uses OpenGL to render. The way I currently have been using it is I have a GLControl which is from the OpenTK library and I...
View ArticleRhino Layers
@gustavo.uzcategui wrote: Hi Is there any way for rhino not to create “Default Layer” ? Posts: 4 Participants: 2 Read full topic
View Article[C++] Unwanted color gradient with colored vertex meshes display conduit
@Pablo_Garcia-Amorena wrote: Hello, I’ve noticed this so far only with meshes having colored vertices (field m_C): when drawing them in a display conduit, in shaded mode there’s a sort of gradient: I...
View Articlec#_Extruding multiple Curves inside eachother_ExtrudeCurve command
@obhagwat29 wrote: Hi All, I have more or like 1000 of brackets (curve geometries) which I need to extrude with various thicknesses. I am trying to write c# command that does that. I do not want to...
View Article