Quantcast
Channel: Rhino Developer - McNeel Forum
Browsing all 8539 articles
Browse latest View live
↧

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 Article


ObjRef 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 Article


Storing 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 Article

Image may be NSFW.
Clik here to view.

Good 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 Article

Rhino 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 Article


Transforming 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 Article

Suddenly 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 Article

Intersection 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 Article


Image may be NSFW.
Clik here to view.

Saving 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 Article


Image may be NSFW.
Clik here to view.

Color 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 Article

Dialog 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 Article

ModifyObjectAttributes 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 Article

CGA 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 Article


Image may be NSFW.
Clik here to view.

How 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 Article

Export 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 Article


Image may be NSFW.
Clik here to view.

Python: 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 Article

Rhinocommon 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 Article


Image may be NSFW.
Clik here to view.

MorphControl - 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 Article

File3dmObjectTable.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 Article

Storing 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
Browsing all 8539 articles
Browse latest View live