Reverse surface normals (Like Dir command)
@Yopy_Hi_del_Cano wrote: Hi, Is there a way to reverse a surface normals?Let's say for the Brep.Trim function to work properly or to change the result of a BooleanUnion Regards Posts: 7 Participants:...
View ArticleObjRef compare
@killwater wrote: HelloCould someone please confirm that comparing two ObjRef works? //I have two lists: List<ObjRef> A = new List<ObjRef>(); List<ObjRef> B = new...
View ArticleStoring breps in a list as plugin user data
@killwater wrote: HelloIs it possible to store breps/extrusions in a document user data as a list?Currently I use: ArchivableDictionary.Set Method (String, IEnumerable < ObjRef > ) but I would...
View ArticleGood Atom package to tidy py scripts for Rhino?
@kleerkoat wrote: i'm just learning python and keep getting errors for the formatting of the code more than syntax. I know, I know, I need to learn proper but I'd learn better if something could clean...
View ArticleRhino 5 PlugIn Digitizer ( sdk C# )
@Ignacio wrote: Hi!. There is a way to save or re-use the last digitizer calibration?, when i disconnect my digitizer, and i reconnect it, my calibration is lost. I want use the last digitizer...
View ArticleTransforming normal vectors
@DavidRutten wrote: I've got a custom type consisting of various Point3d and Vector3d arrays. The points signify corners of a shape and the vectors represent normal directions. I can transform my...
View ArticleSuddenly close when I use some Python component in one interface
@Yuji_Kaneko wrote: is this problem that some Python component run at same time in one interface? because I made 3D Frame analysis program in Fortran and call it with ctypes in Python component. at...
View ArticleIntersection between two limited lines
@Matthieu_from_NAVINN wrote: Hi,I'm trying to find the intersection between two limited lines.I tried this example and replaced the option finiteSegments with...
View ArticleSaving bitmap to file using Rhinocommon
@eebs99 wrote: I've seen ways to create a bitmap file, such as the answers to this thread: Creating image file from C# plugin Rhino Developer As part of a C# plugin for Rhino I am trying to construct...
View ArticleColor Names - Orange
@Tom_ wrote: please notice, that under .net / RhinoCommon / C# System.Windows.Drawing.Orangeis R 255 G 165 B 0 and Rhino s color-chooser top-level Orange is a mathematical Orangeis R 255 G 127 B 0 if...
View ArticleDialog box with slider
@thom1 wrote: Hi, I would like to know how create a dialog box with a slider to edit object.It is about a project I try to create with python and rhinocommon. Posts: 2 Participants: 2 Read full topic
View ArticleModifyObjectAttributes not triggering?
@davestasiuk wrote: I am sure I am missing something very basic, but for some reason I am not seeing the ModifyObjectAttributes event firing when I make changes to objects. I am registering my event...
View ArticleCGA language inside Rhinocommon
@caglaraydin wrote: I'm not a software engineer; however, I do know basic level python and C# syntaxes. I want to use City Engine's CGA rules inside Rhino. Is it possible to implement City Engine's...
View ArticleHow can i get LinearDimensionObject origin point?
@qkrwlsgns wrote: Pasted image960x652 25.1 KB i use c# foreach (Rhino.DocObjects.RhinoObject textobject in rhobjs) { string s = textobject.GetType().ToString(); if(s == "Rhino.DocObjects.TextObject")...
View ArticleExport WAMIT gdf and keep track of "patch" order
@camalamadingdong wrote: Hi, my work flow is that I create a geometry (as surfaces) in Rhino and then export it as a .gdf file for WAMIT. Each surface in Rhino is saved in a text file that gives a...
View ArticlePython: Select objects made by script and group?
@kleerkoat wrote: First try in really trying to write a script and I'm stuck on something that is probably obvious. How can I group the created objects at the end of the script? any tips would also be...
View ArticleRhinocommon access solid pt editing?
@andheum wrote: Is point-based brep editing akin to the SolidPtOn command accessible in any way through the API in either rhino 5 or 6 WIP? Posts: 1 Participants: 1 Read full topic
View ArticleMorphControl - Flowing Curves YZ has a different behavior
@henrydm wrote: Hello, I've realized that MorphControl with a target curve laid in plane YZ has a strange behavior, here the images: morph1.png1204x654 55 KB morph2.png964x722 105 KB Here the code to...
View ArticleFile3dmObjectTable.FindByLayer Method - Documentation
@Tom_ wrote: http://developer.rhino3d.com/api/RhinoCommon/html/M_Rhino_FileIO_File3dmObjectTable_FindByLayer.htm As fare as i could evaluate - this function will return an empty array, if there are no...
View ArticleStoring two archivable dictionaries as plugin data
@killwater wrote: HelloI am trying to read plugin data like this: private ArchivableDictionary _docGlobalDatabase; private ArchivableDictionary _docLocalDatabase; public ShipWizardPlugIn() {...
View Article