Text3d - TextAlignment(Justification) - C#
@Antonio_Cersosimo wrote: Hi, recently, I found @DavidRutten script for creating a Text Tags on the old forum. Link:https://www.grasshopper3d.com/forum/topics/drawing-a-text-tag-from-a-c-component I...
View ArticleDynamic text coordinates for DisplayPipeline.Draw2dText()
@aitorleceta wrote: I don´t know why the code below is not working. I want to render text near the cursor, but it only works if position coordinates are fixed (hardcoded) def...
View ArticleDelete & groups
@software_comas wrote: Hi all! How can I delete objects from groups? How can I ungroup objects in groups? What is the best way to delete groups (hopefully with undo support) Thanks to you all....
View ArticleUse .NET overloads in python
@Willem wrote: Hi, It’s new terrain for me so correct my lingo if need be: It’s my understanding that RhinoCommon methods can have ‘overloads’ to change the outcome or functioning of the method. For...
View ArticleChoose the default option
@software_comas wrote: Hi all! In a GetXX method, with a couple of double options, I would like that, if the user type “20” and press “enter”, the value is assigned to a specific option I choose. It...
View ArticleRadialDimention Rhino6
@mfg wrote: Hello, Since Rhino6 i keep getting errors when trying to use radial dimension from rhino common. This code results in an error: developer.rhino3d.com Add Radial Dimension Demonstrates how...
View ArticleExplodeCurves - question
@onrender wrote: Hi there, I would like to explode a polyline and I have a question for the ExplodeCurve method. Is the sequence of exploded lines are in an ordered list all the time or we need a...
View ArticleSurfaceSurfaceIntersection - not in the list
@onrender wrote: Hi, I have just noticed that the SurfaceSurfaceIntersection is not implemented in Python yet but it is not even in the rhinoscripsyntax list. It is documented only under the surface...
View ArticleIntercept group creation and removal
@software_comas wrote: Hi guys! I know how to intercept object creation and removal through AddRhinoObject and DeleteRhinoObject events. But what if I neet to catch groups creation and removal? Is...
View ArticleGumball modification
@ivelin.peychev wrote: Is gumball modifiable only with CPP? Posts: 3 Participants: 2 Read full topic
View ArticleCatch keyboard events
@software_comas wrote: Objects interactive placement Hi all! Is it possibile to catch keyboard events while waiting for a point in a GetPoint.Get()? I would like to develop a command that allows user...
View ArticleRhinoCommon - how to tell which Rhino (Windows) version is supported?
@Jarek wrote: Hi All, I am trying to figure out which methods are OK to use to work both in V5 and V6 ( and which SR ). When looking at the online RhinoCommon documentations, all methods I look at are...
View ArticleCurvature.Kappa questions
@Willem wrote: Hi, It was my understanding that Surface.Curvature.Kappa(0) will return the highest found curvature and Kappa(1) the lowest. So if I want to find the highest curvature and its direction...
View ArticleText during a GetPoint.Get()
@software_comas wrote: Hi all! Is it possible to call GetPoint.Get(), waiting for a user to click a point but disable keys typing? I would like the command bar to show just command prompt and not what...
View ArticleBendSpaceMorph example in python
@Jack_Minardi wrote: I am trying to bend some text in an arc with a given radius. I can accomplish this manually with the bend command inside of rhino, but my goal is to automate this task with...
View ArticleGetObject custom object
@lando.schumpich wrote: Hey I have a question regarding GetObject for Rhinocommons custom Objects. I’m writing a plugin where I’m adding custom objects to the doc. I want the user to be able to run...
View Articlemesh.NormalAt() sometimes not returning a unit vector
@visose wrote: Not sure if this is a bug, but the mesh.NormalAt method sometimes doesn’t return unit vectors. Is this on purpose and should I trust the non unit vector directions as correct normals?...
View ArticleC++ Pointers and References when picking objects
@Petras_Vestartas wrote: Hi, I have dummy question for references and pointers in C++ Rhino picking objects. It is more lack of knowledge of language. In the example below and object is picked from...
View ArticleCurveTangent and Discontinuity
@onrender wrote: Hi there, I started thinking about a situation what if the curve (or joint polylines) has a break point and it is not continuous. Is there method that gives the tangent on both part...
View ArticleLayerIsVisible error shown as messagebox instead of exception
@arendvw wrote: When calling Layer.IsVisible on a child of which the parent has been turned off, a messagebox/dialog is shown, rather than an exception being thrown. This sort of messes up any kind of...
View Article