Change Backgroundcolor for RenderToDC
@dsw wrote: Hi i want to create a preview image of some selected objects. For this i use RhinoApp().ActiveDoc()->RenderToDC which works perfect for my situation.Now i want to set the background...
View ArticleIs there a Python method that allows pasting a URL?
@DanBayn wrote: We had a suggestion from one of our guys that basically was asking for the ability to paste a URL instead of using the BrowseForFolder method. I don't know if the term URL is...
View ArticleIs it possible to RunScript() from Modal windows forms
@sobon_konrad wrote: Is it possible to post a rhino command while a modal window forms window is open? I am trying to post: doc.Objects.UnselectAll(); doc.Objects.Select(this.ObjToExport); string...
View ArticleDelete RenderMaterial in C# RhinoCommon
@namarcin wrote: Hi,Is it possible to remove material from RenderMaterialTable in C #. Posts: 1 Participants: 1 Read full topic
View ArticleIs any way to get the screen plane?
@pythonuser wrote: Hi; Is it a plane parallel to the screen ? it is not the cplane For example: In the perspective view, the cplane cant rotate,but I think it will be a plane parallel to the screen...
View ArticleNeed a workaround when brep | brep intersect returns an incomplete set of curves
@neobobkrause wrote: I’m using Rhino (and Grasshopper) to generate some geometry. However some operations in that process are apparently running into a known problem area related to the intersection...
View ArticleChange all detail view display modes
@jcparks wrote: I'm working on a drawing that has about 9 sheets that each have a shaded detail viewport or two. While annotating I'd like to be able to make all viewports wireframe display mode to...
View ArticleIsPointInside - bug
@Sebastian_Bialkowski wrote: Dear McNeel, I found very strange behaviour of Mesh.IsPointInside method. When the Mesh is made precisely on the grid with precise dimension this method gets really wrong...
View ArticlePlug-in & Script
@Orazio_Fazio wrote: Hi All,I can image that for you is very stupid question, but I want to create an structural engineering Plug.in for Rhino about membrane structures but I don't know what kind of...
View ArticlePlugin requires Rhino update
@NKiD wrote: Hi I just learned Rhinocommon SDK and have made my first plugin. When first installing the Plugin, it requires Rhino 5 to update, which I did and it runs fine.I tried on a few other...
View ArticleSending input to the commandline
@SEANT wrote: I'm investigating a project that I hope will aid my Rhino development education. The gist of the project is discussed here: Events fired during/after input? Rhino Developer Does Rhino...
View ArticleRhinocommon Match Surface
@Miguel wrote: Hi, I am looking for the MatchSrf equivalent in Rhinocommon. Is this command available? I can't seem to find it. Best,M Posts: 4 Participants: 2 Read full topic
View ArticleDockablePanel Dock On a Side?
@jordy1989 wrote: Hi, I have been searching the forum, but can't find anywhere how to automatically dock a panel. When I open my panel it is always somewhere flying on the screen. How to dock a panel...
View ArticleAbout Random in for loop
@daizhuo wrote: List<int> intnum = new List<int>(); for(int i = 0;i < 10;i++) { Random rnd = new Random(); int num = rnd.Next(0, 2); if(num == 0) { intnum.Add(num); } } A = intnum; In...
View ArticleON_RevSurface->Ev1Der() get error at end points of reference curve
@jihuomail wrote: Hi all, I know the revolution surface is generated by a reference curve rotating around a fixed axis, like a sphere/hemisphere, but when I try to use ON_RevSurface->Ev1Der(...) to...
View ArticleWPF Plugin - Window Style not Working
@Nockeby wrote: Hello everybody, I have a small problem with my wpf plugin. It has to do with the display of the wpf window when trying to use styles. I have recreated the problem here, in case you...
View ArticleHow to change display line width?
@Vaker wrote: Hi,How to change display line width of one object?I want to change different line width with different objects.How can I do? Kind regards,Vaker Posts: 2 Participants: 2 Read full topic
View ArticleText subscript - drafting
@39herman wrote: how to set a subscript in a text? Best regards Michal Posts: 1 Participants: 1 Read full topic
View ArticleTweenSurface
@Alberto wrote: Hi, I was wondering if there is a way to if there is a way to generate a surface tween using RhinoCommon (other than calling _TweenSurfaces from the plugin). I searched in the...
View ArticleHandling failure to load plugin
@CarstenW wrote: Hello, I am improving our handling of a failure to load our C# plugin in Rhino 5, not a very high-priority task, but something which needs to be in place nonetheless. The current case...
View Article