Eto, "Modeless" exceptions and errors within event handlers crash Rhino
@Tim_Williams wrote: Any error or exception within event handlers crash rhino. Even a syntax error placed in the sample file replicates the same result. SampleEtoModelessForm.py Probably related issue...
View ArticleGeneric geometry class in RhinoCommon similar to IGH_GeometricGoo
@Petras wrote: Hi, I would like to perform series of simple transformation of geometrical objects such as move, plane to plane orientation, scale. But the input type of geometry can be meshes,...
View ArticleMonkey for RVB?
@ChristopherBotha wrote: I have a big collection of RVB’s iver built over time, and wanted to generate RHP from them. A quick google says I need MonkeyScript compiler, but thats for rhino4, which i...
View ArticlePlug-in load failed [solved]
@karol_wierzbick wrote: Hi, I have just met a problem with plugin loading. I can see Unable to load [plugin].rhp plug-in: initialization falied. Can I kindly ask for help in this matter? I can add,...
View ArticleObject isolation states
@mrhappy wrote: I’m thinking about making a plug-in to allow you save your “position” in a shown/hidden object hierarchy. Right now if you are working on complicated models that require you to isolate...
View ArticleCliping plane for selected objects
@karol_wierzbick wrote: Hi, Is it possible to use clipping plane for only selected objects? Posts: 1 Participants: 1 Read full topic
View ArticleDrawing with Eto
@Tim_Williams wrote: Can someone demonstrate how the Graphics classes work in Eto with python? I can never get the DrawLine() parameters correct, no matter what I input. Can the self.myLine then just...
View ArticleUnable to open WPF panel from OnLoad
@jordi wrote: I cannot open a WPF panel from the OnLoad function of the PlugIn class. The call to OpenPanel or OpenPanelAsSibling fails and returns false. However, when I do it from a command it works...
View ArticleRhinocommon set environment for cycles
@henrydm wrote: Hello, This is the way to set an environment from code in Rhino 5: var environment = (RenderEnvironment)RenderContent.LoadFromFile(path); RenderEnvironment.CurrentEnvironment =...
View ArticleStop cycles by code
@henrydm wrote: Hello, Do you know if is there a way to pause a “Raytrace Display Mode” by code? image.png775x336 5.7 KB and resume it, by code too? Thanks and Best Regards Posts: 2 Participants: 2...
View ArticleRunning Rhino in Spyder
@joseph.bendahan wrote: Hi. I just installed Rhinoceros 5.o for Windows and would like to use the Rhino scripts in Spyder. When I run “import rhinoscriptsyntax as rs”, it complains that "No module...
View ArticleVisual Studio
@donl517 wrote: What version of Visual Studio do we need for development in V6? Thanks, Don Posts: 2 Participants: 2 Read full topic
View ArticleCustom Brep Object
@rene_hiemstra wrote: I would like to customize the Brep object by adding some additional fields (a Mesh and some build in numeric structs). I should be able to take an existing Brep, cast it into...
View ArticleRhinoMobile VS issues
@ChristopherBotha wrote: Hi I write and compile android apps successfully using android studio, for devices all the way from 23 through to current, pretty much that i have organised. I followed the...
View ArticleCan not overwrite OnMouseDown(), OnMouseMove() in Rhinowip
@suc_kiet wrote: Hi: the program program me cant no overwrite the “final” function “CRhinoGetPoint::OnMouseDown(CRhinoViewport &vp, UINT nFlags, const ON_3dPoint &point, const CPoint...
View ArticleEnableVisualAnalysisMode returns false
@rene_hiemstra wrote: I am replicating this example (RhinoWIP 5.4 for MAC) implementing a custom Analysis mode: developer.rhino3d.com Visual Analysis Modes Demonstrates how to set the visual analysis...
View ArticleRay Tracing
@joseph.bendahan wrote: This function is used quite a bit in rendering, so I think there should be something suitable out there. The application is a ray passing through matter defined as a voxelized...
View ArticleIsSmoothManifoldEdge - G^1 or G^2 smooth?
@rene_hiemstra wrote: If IsSmoothManifoldEdge==false then a Brep edge is G^0 continuous. If IsSmoothManifoldEdge==true then a Brep edge is at least G^1 continuous. I need to know if a Brep edge is...
View ArticleCannot override error when migrating to RH 6 (C++)
@gm_user wrote: Hi everyone, I’m trying to migrate plugins form 5 to 6. I receive a lot of errors of the following type: error C3248: CRhinoGetPoint::OnMouseMove declared as 'final" cannot be...
View ArticleMethod for fitting a circe through a set of points
@mathias_gmachl wrote: Hi, I have been trying to locate the correct Method in Rhino.Common that attempts to fit a circle through a collection of points. There is a method in Rhino.Geometry...
View Article