How to check if a doc needs to be saved
@MartinIC wrote: Hi, is there a methode in Rhino common from which I could check if the currently active document was changed and needs to be saved. Basically like checking if a "Save changes" dialog...
View ArticleCommit Grip.Move
@jordy1989 wrote: Hi, How can I commit changes when I move grips of a brep? Dim rhinoObj As RhinoObject = New DocObjects.ObjRef(g).Object rhinoObj.GripsOn = True rhinoObj.CommitChanges() Dim grips As...
View ArticleC++ Change Directory
@Tom_Copple wrote: I am fairly new to c++ and am wondering if it is safe to use _wchdir() from inside a c++ plugin? Will this have any negative impacts on Rhino as a running application? I have a set...
View ArticleMesh Intersect with curve or circle in c#
@pythonuser wrote: Hi; Which friend cant give me a sample of this Method in c#? http://developer.rhino3d.com/api/RhinoCommonWin/html/M_Rhino_Geometry_Intersect_Intersection_MeshPolyline.htm Posts: 5...
View ArticleHow to interrupt a save operation
@547410587 wrote: Hello , when I use the BeginSaveDocument event to watch whether the user is ready to save, but how should I break this save - operation Posts: 2 Participants: 2 Read full topic
View ArticleI have a self-intersecting curve. How do I find the intersection point of...
@eebs99 wrote: I made a program that graphs a figure 8 using equations, and it outputs a single curve. I have the option to change the bounds, so I can print out a half finished 8 or just a half of...
View ArticleDisplay Conduit Object Not Always "Good"
@jordy1989 wrote: Hi, I got a display conduit and got an object that follows my mouse, but the object doenst always display good. I think the objects goes through my original object. The conduit is...
View ArticleSetDisplayModeOverride - Color of object, c#
@tree wrote: Hello, Are there any examples available for changing the display color (wire and shaded surface) of an object? I think that the method I need to use is...
View ArticleNew way to load a C# .net plugin
@marceloarguello700 wrote: Hi guys, I put this post to share a new way to load a C# plugin.Avoiding restart Rhino every time that recompile a plugin.Using this technique the code compile and try time...
View ArticleExport embeded data into a DXF
@AlanGreyjoy wrote: So, I want to embed some strings into a DXF as a DXF Attribute Tag during export.... Anyone have any experience with such a thing? I am running visual studio and using rhinocommon...
View ArticleRhino_DotNET.pdb not loaded error
@AlanGreyjoy wrote: Can someone help me with this error? Whats funny, is that if I run my project at work, debugging works perfect. At home, all I get is this error error.PNG861x733 20.4 KB As you can...
View ArticleGhosted View - Redraw flickering
@tree wrote: Hello, I have stumbled onto a problem that is causing a few headaches. I am developing a plug-in that requires some computational control over the color of breps. I have found that when...
View ArticleHow to use RhinoCommon to get the Color in PictureFrame?
@TobyLai wrote: I want to use Rhino to get the color out of a picture frame for a list of sample points on another layer. Pasted image1243x908 214 KB Which object should I use to achieve this? I read...
View ArticleAccessViolationException
@MartinIC wrote: Hi, I've written a programm that loops through several Rhino Files, in each file deletes several geometries and layouts. I do this by opening a file and overwriting the RhinoDoc doc...
View ArticleModify morph control vertex coordinates in plugin codes
@YiChen_Chen wrote: I try to modify morph control vertex coordinates in my codes,control vertex can accessed by these codes, as below //---------------------------------------------- const...
View ArticleBug with intersect tolerance in curve curve intersection
@Gijs wrote: I'm trying to remove curves with a certain margin from a boundary by using higher values of intersection tolerance. There seems to be a bug with the intersection tolerance when the...
View ArticleUser Data Objects on Trims and Surfaces
@Tobi wrote: Hi Community, I am trying to add some user data objects (which are derived from UserData) tosurfaces and to trims. But by saving the file the ShouldWrite is not executedfor the user data...
View ArticleAdd scrolling to RhinoUIDockbar
@Termi wrote: I'm trying to add scrolling capabilities to a CRhinoUIDockbar. I'd use the CRhinoTabbedDockBarDialog with scrolling provided in the Rhino5Samples for C++, but the Dockbar has to be...
View ArticleCustom Objects - raise event on GripsOn, notice _pointsOn Command
@Tom_ wrote: i'm trying to implement a Custom Curve Object and keep track of changes.How can i capture, if the user turn s on controlpoints with the command "_pointsOn";I tried to override the GripsOn...
View ArticleCall C++ Methods from GH Component
@dimcic wrote: Hi, I was wondering what is the best and fastest method to call/invoke C++ Methods from a custom made (C# based) GH component. Is the GH "C# script" component the starting point? If no...
View Article