Installing plugins without registry modification
@thibaultschwartz wrote: Dear all,After reading the rhi docs again, and any post I could find on the subject, I am still struggling to figure out how to silently install plugins in Rh5 without...
View ArticleCreate a Single View
@Frank_Yang wrote: As we know that when we launch Rhino. it ususally has 4 views.How can i have just single View as Perspective by Programming.I can't find any sample code to do that. Does Any one can...
View ArticleSimpler way to get Centroid of multiple items
@ChristopherBotha wrote: Is there a simpler way to find the Centroid of a group of items? Things that didn't work: Bounding box all items inclusive, but its not actually the centre of the group, and...
View ArticleTest if polysurface is enclosed by other polysurface? BooleanIntersection is...
@jups23 wrote: I want to detect cases as in the attached image: finding out programmatically if one given polysurface (green) is contained within another one (grey). When their edges do not overlap...
View ArticleConvert loaded model into an obj memory stream?
@ChristopherBotha wrote: Hi, Is there a function to keep a geometry stream in memory without hitting the hard drive when you export as OBJ? (ie. Presumably the stream exists right before it gets...
View Article[C++] RhinoSdkBlend::SurfaceBlend gives inaccurate results
@menno wrote: I'm trying to get a blend between two BRep edges. I'm using the RhinoSdkBlend::SurfaceBlend function and it gives a blend, but the blend is not G2-continuous even though I gave...
View ArticleDuplicated registry key
@Tristan_Gobin wrote: Hi everyone, I am wondering why Rhino seems to automatically duplicate my app registry key. I register as specified there...
View ArticleBrep.Split() returns split objects in which order?
@jups23 wrote: What determines the order of the objects returned by Brep.Split()? I have to programmatically find the ones on a particular side of the splitter and have been unsuccessful so far....
View ArticleUnit testing plugin code
@Matas_Ubarevicius wrote: So today I tried setting up unit test project for our plugin. I immediately got this exception: System.DllNotFoundException: Unable to load DLL 'rhcommon_c': The specified...
View ArticleCommand Bar Option that Chooses a Folder
@eebs99 wrote: I want to add an animation feature to my plugin using RhinoCommon, and I was able to implement screenshots in it and save them to a constant directory. This can be made to be more...
View ArticleSelecting individual surface from a brep or polysurface
@Darryl_Menezes wrote: Hi all,Is it possible to select an individual surface from a polysurface or Brep? I am trying to select an individual surface from a polysurface to split using curves. But I...
View ArticleNurb to mesh in Python
@Adrien_Lefieux wrote: Dear All, I am new in Rhino (Mac) and I try to generate a mesh based on a Surface or Polysurface from a Python script. I found the function MeshToNurb I was wondering if there...
View ArticleBlend Surface Error
@eebs99 wrote: I programmatically made some surfaces and want to use BlendSurface OR lofting a pair of surface borders then joining that loft with the two surfaces used, then use BooleanUnion to...
View ArticleHelp on "Command Help" of a Python Command
@Tugrul_Yazar wrote: Hello,I'm creating simple geometry commands in Rhino Python and package them as *.rhi files. So far it was easy. Now, what I'm trying to achieve is that when a user installs the...
View ArticleModeless Dialog & Threading
@Tom_Copple wrote: Hi, I'm working in c++ and have a modeless dialog that is responsible for communicating with a thread (ui pulls updates from it - same lifespan as ui). When I close the dialog...
View ArticleGetting Intermediate Trimmed Surfaces
@Darryl_Menezes wrote: Hi all,In the below picture there are 3 surfaces. Surface B is derived after trimming surface A. Surface C is derived after further trimming surface B. Thus the Underlying...
View ArticleAdding a string command line option
@samlochner wrote: I'm writing a command that requires command line options. I'm starting from the sample at the link below. It works for me except for the fact that I need a multiple string options...
View ArticleCode signing Rhino plug-in
@Keith1634 wrote: Can anyone recommend a company I can register with to code sign my Rhino plug-in. I am classed as an individual and not a company - based in the UK ? Thanks,Keith Posts: 2...
View ArticleA fast way to approximate a Bezier- or Nurbsspline to an array of points
@TomTom wrote: Hello, It’s one of my first posts here at this forum but I’m frequently hanging out at the grasshopper forum.A while ago I made a plugin, called Advanced Surface Tools for Grasshopper....
View ArticleCRhinoUiDockBar
@fthomas wrote: Hi, I have created a toolbar using a "CRhinoUiDockBar" and a "CRhinoUiDockBarDialog".Every thing is OK except that we would like to prevent the resizing of this toobar in Rhino. This...
View Article