Add RhinoView as a child to WPF window
@Troels wrote: Hi.It is possible to add new views to the doc like this: RhinoView view = doc.Views.Add("new view", DefinedViewportProjection.Perspective, new System.Drawing.Rectangle(new...
View ArticleFile3dmObject Adding User Text and Write to File
@AlanTai wrote: Hi, I have trouble adding user text consistently to File3dmbObject and write them to a file. For example, the code below tries to add "k" as key and "v" as value to curves and write...
View ArticleWish list for SDK CaptureToBitmap(size,selected)
@AlanGreyjoy wrote: Just wanted to drop a wish. I think it would be great if we had CaptureToBitmap(size, selected) Where it would only capture what we have selected and set its size. I ask this,...
View ArticleSelect Objects inside a curve and export that to DXF
@TobyLai wrote: In RhinoCommon, I am trying to find a function to select objects within a curve. Objects can be span across multiple layers. I want to Export all those objects into a DXF file for...
View ArticleCustomize the plugin installer
@Troels wrote: Hi. I would like to create a plugin installer, but instead of displaying the default images from McNeel in the installer, I would like to customize it with my own images. Is that...
View ArticleRHP asks to be unblocked, but no unblock button in the properties - Again
@FrankS wrote: Hi all,I tried to revamp an [old thread](oiginal thread here) but could not figure out how to bump it up. Here is my problem: The error message "RHP asks to be unblocked, but no unblock...
View ArticleHowto get texture color from brep
@dsw wrote: Hi we currently developing an application where we need to know, which texture color i have on a specific point on the surface. i found some code snippets where the texture color is...
View ArticleRhino.DocObjects copy problem
@jerry1 wrote: Dear all, Could anybody help me about the problem of "Rhino.DocObjects.ObjRef" duplicating? I want to use objRef (Dim objRef as Rhino.DocObjects.ObjRef) to duplicate from go.object(i),...
View ArticleWriting a renderer plug-in / Where to start
@galinette wrote: Dear all, We need to write a renderer plugin for Rhino. The actual rendering will not be done by the plugin, but by an external application which will be launched by the plugin after...
View ArticleScript to attach polyline/curve to a single Point3d handle
@pagarcia wrote: Hi all, Within a script I'm trying to control a whole polyline via a single Point3d called handle. For now I'd be happy if the translation of the handle just causes the translation of...
View ArticleHow to delete a RenderMaterial
@paulphysicalc wrote: Hi - I'm sure this is obvious, but I cannot see how to do it. How can I delete a RenderMaterial material via RhinoCommon pls? Thanks Paul Posts: 2 Participants: 2 Read full topic
View ArticleRun Command to Export after GetMultiple
@TobyLai wrote: I want to select Multiple objects then export it to DXF. After I get the Objects.... the command seems to be stuck at Select Object. And When I want to run the command to export the...
View ArticleHow to create a curve class inherited from Rhino.Geometry.Curve
@pagarcia wrote: Hello, I would like to create my own type of curves with rhinocommon, as an inheritance class from a Rhino.Geometry.Curve instance. I want to replicate the behavior of a polyline,...
View ArticleProject point on Curve
@jerry1 wrote: Hi, How to project a point onto a curve? I know the following website talk about project point on Brep. But we must appoint the projection vector, I hope it could automatically project...
View ArticleEmpty guid when adding brep to the doc
@karol_wierzbick wrote: Hi, I got an empty guid when trying to add brep to the scene. The brep is just a box. The same code works for other brep I add to the scene generating correct not empty guid....
View ArticleHow to increase the density of grip points for GripObject?
@jerry1 wrote: Hi every one, When I transform grip points of some GripObject, these surfaces break suddenly (see the following figure)? I doubt the density of grip points are sparse....so .... how to...
View ArticleAbout make periodic with not smooth by c# sdk
@pythonuser wrote: hi: when I run makeperiodic command, I cant choice smooth or not, but in sdk_CreatePeriodicSurface I cant not find this parameter, how cant I make this by c#? sorry for my English....
View ArticleRotating view around non-target point scripting HELP
@Jarek wrote: Hi All, I am trying to replicate one feature of Rhino mouse navigation in a script and after trying hard for a while I hit the wall. What I am after is rotating the camera view around a...
View ArticleHow to create a new brep from the exist brep?
@jerry1 wrote: Hi everyone, For some reason, I must create a new brep from the exist brep, and I know the exist Brep is "read only", so I new a brep to copy 2dcurve, 3d curve, ...from the exist brep,...
View ArticleChangebasis giving odd results
@samlochner wrote: Transform.changebasis seems to be giving me incorrect results, unless I'm misunderstanding somewhere here... I have two planes with a shared origin but different normals. I take a...
View Article