Correct method to update existing Instance Reference (blocks)
@Federico_Giacomarra wrote: Hi can anyone show me the right method to update Instance References in RhinoDoc.ActiveDoc. I am Currently using the ModifyGeometry method, but the only result I get so far...
View ArticleMerging polysurface into a single NURBS surface
@ivelin.peychev wrote: Scenario: Calculating the gauge dimensions of curved surfaces/polysurfaces. What I did: using Rhino.Geometry.Surface.GetSurfaceSize I am able to find gauge dimensions for...
View ArticleBug TextEntity.GetBoundingbox()
@Willem wrote: Hi, It seems there is a bug in getting the boundingbox of a TextEntity: The bigger box is when the geometry is left in place and the boundingbox is calculated relative to it’s own...
View ArticleCurve Frame At
@gianfranco74 wrote: Hi All, Rhino 6 release 14 common . In some closed planar curves the method FrameAt passing the start point parameter gives a plane that is perpendicular to the plane of the...
View ArticleGetNgonAndFacesEnumerable bug
@MateuszZwierzycki wrote: When run for the first time on a mesh, GetNgonAndFacesEnumerable returns the a list of Faces and MeshNGons concatenated (faces which are used by the ngons therefore appear...
View ArticleBranchCount slow in C#
@evo85210 wrote: While scripting, I’ve noticed that if I use .BranchCount, the C# script would take a lot longer, especially if the data set it large, while the tree statistics and param viewer can...
View ArticleTreeGridView: preventing SelectedRows from changing when clicking on...
@sarg wrote: Hi all, When one clicks on a cell in a TreeGridView, the cell’s row is selected (turns blue), and all others are deselected by default. What’s the best way to override this? I’m trying to...
View ArticleRhinocommon DisplayMode Change Event
@Harper wrote: Hello, I would like to know if there is a way to detect if any viewport changes its display mode to raytraced, in order to change some object materials, Anyone know if that is posible?...
View ArticleOrientation of RhinoObject
@Milo wrote: Hi, I have a list of RhinoObject and I want to know the orientation (possibly in HPR) of these objects but I can’t find a method to get it. (This list contains Box and Sphere). Can anyone...
View ArticleRhinoCommon Creating a Curve Section Library
@dimcic wrote: Hi, I would appreciate an advice on approaching a fairly common task. Namely, imagine having a structure with connected linear elements. And you would like to generate 3d beams (steel...
View ArticleCurve Sampling and Surface Sampling
@15951991225 wrote: Hello! everyone, I have recently read several articles on curve sampling and surface sampling ,Are there any samples of curve sampling and surface sampling I can learn from?...
View ArticlePython testing in Rhino
@Dancergraham wrote: Hello all, Has anyone got recommendations for methods / frameworks to use in automated testing of python scripts (Rhino 5)? I have a small, growing, library of python scripts...
View ArticleMaking a hole function in python
@anandhpe wrote: I’m trying to make a hole in the model by adding a plane and a circle but I couldn’t find any function in python for such a thing. Please let me know if I’m missing anything. I even...
View ArticleCustomCell in Eto.Forms
@Dmitriy wrote: Hi guys (especially @curtisw and @dale) I have a question related to CustomCell. I am working with TreeGridView, where one column is defined as CustomCell (containing only button so...
View ArticleUndo, Redo, Copy command with WPF
@kyungmin.so wrote: Hello, I have a problem with Undo, Redo, Copy command. When undo, redo, copy command is called, they affect my plugin data. For example, protected override void...
View Article.Click handler incorrectly errors on a callable
@aske wrote: I’m using the std lib function functools.partial to call a function on a Click event. It doesn’t work, although the partial object returned is callable. I’m not sure if this is a bug...
View ArticleLinked Block Definition GUID not Static
@Sarath_Kithiyon wrote: Hi everyone, I am having a problem with the linked file, If I edit the linked block geometry then definition id and definition name are changed in the main document. Every time...
View ArticleHiddenLineDrawingSegment not supporting Clipped segments?
@djordje wrote: Hello, It seems that “Rhino.Geometry.HiddenLineDrawingSegment.Visibility.Clipped” type is currently not supported. Whenever I define a clipping plane and Compute, only visible and...
View ArticleCancel command during execution
@pau.argelaguet wrote: Hi there, We have a Rhino C++ command that takes quite a bit of time to complete, and we’d like to let the user cancel it at any time. While selecting the parameters it’s fine...
View ArticleUnique name for RenderContent
@marton.parlagh wrote: Is there an API function to check if the new name I would like to set for a RenderContent item is unique or not? Or how do I iterate over all the RenderContents to check it?...
View Article