Brep.ClosestPoint strange result
@djordje wrote: There is a strange behavior that I am getting with Brep.ClosestPoint method in both Rhino 6 and Rhino 5. I have a polysurface consisted of two, exactly the same (mirrored) surfaces....
View ArticleCaptureToBitmap()
@Matthieu_from_NAVINN wrote: Hi, I’ve got an issue with the function .capturetobitmap : the elements drawn on my custom display conduit are not captured. How could I fix this? I tried Dim myview As...
View ArticleAdd line perpedincular to existing line - c#
@gustavo.uzcategui wrote: Hi, Probably an easy question regarding C#, but after a few hours I am still not able to do it. I have a slanted line and i would like to add line perpendicular to the...
View ArticleInverted Text - mirror - c#
@gustavo.uzcategui wrote: I have an inverted text with the mirror command, I want to put it normal again but without moving it from the position where it is- Ex. I want to put it “This is a prove”...
View ArticleC# Point array to C++
@db368 wrote: I’m trying to get an array of points from C# to C++, but it doesn’t seem that there is a publically accessible interoperable type to do so. Going off of the C# api live on github, I can...
View ArticleCreate custom spline definition in c++
@mike8 wrote: Rhino uses NURBS geometry that is constructed from a set of control points, weights, and NURBS basis functions. I’d like to know if its possible for me to create my own spline definition...
View ArticleRefreshing DisplayConduit while in selection/option mode
@rgr wrote: Hi, I want to divide an object(for demo purposes I took a curve) and give the user the ability to preview the result by drawing planes at the division points by drawing a custom...
View ArticleMake an object a layer
@falola.yusuf wrote: I am generating objects via Rhinoscript, How can an make each object a layer, having its layer name and color. Posts: 2 Participants: 1 Read full topic
View ArticleMirror correspondent
@gustavo.uzcategui wrote: Hi, I’m using rhino 5 with c# I have two identical geometries and i execute the _mirror command. Is there any way to know which geometry is the mirror of another ? that is,...
View ArticleHow to get a mesh from meshobject
@Mat_S wrote: Starting with getting objects on a layer, I am trying to combine into a mesh. objs = Rhino.RhinoDoc.ActiveDoc.Objects.FindByLayer(layername) When going through the objs and running into...
View ArticleDynamicDraw - draw in shaded mode
@louis9jan wrote: Hi… Trying to draw a sphere but its drawing in wireframe mode… Is there any methode to draw it in shaded mode? 1562124064615349360155.jpg3120×4160 3.92 MB...
View ArticleIsPointOnFace from C++
@db368 wrote: In a C++ library using the rhino SDK and Open Nurbs I’m trying to perform a check to see if a point returned from ON_Rayshooter_ShootRay is on a trimmed brep or not. I’ve seen a...
View ArticleCurve parameter coodinates
@ricardo.eira wrote: Hello I have this: import rhinoscriptsyntax as rs id = rs.GetObject(“Select a curve”) if id: point = rs.GetPoint() if point: param = rs.CurveClosestPoint(id, point) print "Curve...
View ArticleModify Text Object Justification (Python)
@dbodey wrote: Hello, Does anyone know how to modify Annotation Text justification without recreating the text using Python. AddText has a parameter to modify justification when creating text, but it...
View ArticleTrim/Split Brep with multiple cutters
@Dmitriy wrote: Hi, As I see Brep has a Split method for accepting of the multiple cutters. I did a simple example (see enclosed) but cannot see desired result (blue surface to be split by 2 green...
View ArticleRhino Light Power parameters
@marton.parlagh wrote: The RhinCommon API exposes some Rhino Light Power parameters: PowerWatts PowerLumens PowerCandela Are these used anywhere? Or these are only placeholders for future stuff? (When...
View ArticleGumball API Documentation
@SergeyK wrote: I’ve tried to create a custom gumball for my own objects, but I’ve often seen the "Missing <summary> documentation" in the RhinoCommon API. It creates some problems for...
View ArticleIs there a rhinocommon method as _BooleanSplit command?
@Petras_Vestartas wrote: Is there a rhinocommon method as _BooleanSplit command? Posts: 1 Participants: 1 Read full topic
View ArticleLayouts // Review
@zale_orcid wrote: Hi would anyone like to work with me on a workflow that is best set up for my practice? I have a lot of confidentiality and contractual problems but if I can work in private with...
View ArticleEnsurePrivateCopy() on an InstanceDefinition causes overflow
@clement wrote: Hi @dale, i accidentally used EnsurePrivateCopy on an InstanceDefinition which crashed RH6 caused by some kind of overflow. To reproduce: import Rhino def DoSomething(): msg = "Select...
View Article