Display Pipeline problem
@martinsiegrist wrote: I’m experiencing a small problem with a python script to save named views. When the NamedView panel is visible and thumbnail view is active, I get the following error every time...
View ArticleTiny issue with Grasshopper.Plugin.GH_RhinoScriptInterface.SaveDocumentAs
@kiteboardshaper wrote: Hi Guys (@DavidRutten ??) For daily version control of my Rhino/GH designs I have my own save icon directed to the attached Python Script. It simply saves a new version of the...
View ArticleIssues translating VB script to Python!
@p1r4t3b0y wrote: Hi everybody, This discussion is a continuation of this one from yesterday. I’m currently trying to translate/port @dave_stasiuk’s script, recommended yesterday by @HS_Kim here, from...
View Article"::" Layer hierarchy notation doesn't work in rs.GetLayer for "layer" argument
@spineribjoint1 wrote: It seems rs.GetLayer doesn’t respect layer hierarchy so strings with “::” in them are not recognized as a valid layer names. rs.GetLayer("Select Layers", layer='Plans::Text')...
View ArticleDistribute points on a surface for CMM touches
@keith.morton wrote: I’m looking for suggestions on after I have picked a surface how can I distribute at least 3 points evenly distributed over the surface, I have to use a min of 3, may go up to 10...
View ArticleActivate the UserText Panel
@Ncik wrote: G’day everyone, Using Python (or RhinoCommon), is there a way to activate/show the UserText panel? regards, Nick Posts: 1 Participants: 1 Read full topic
View ArticleName created object by its path
@mlukasz87 wrote: Dear Rhino Users and Developers, how can I add name to recently created object. I have string of its path, which I would like to put as its name....
View ArticleGumball after programmatically selecting objects
@nathancoatney wrote: I have a python script that is selecting objects for the user. Everything works as expected, the end result being a bunch of highlighted objects in the viewports. However, the...
View ArticleCull boundary curves?
@p1r4t3b0y wrote: Hello, I’ve written a Python script that turns a network of connected lines into polygons. no_boundary_ss1.png795×466 4.86 KB The above image shows three geometries: the lighter,...
View ArticleHow to get line start/end without casting it into curve?
@dmitrey15 wrote: hello, could I get line start/end points without casting it into curve? I see a file in the link below but that file has broken link Export end points of lines with identification...
View ArticleSpeech Recognition
@luis_garcia_lara wrote: Hi guys, I’m trying to do speech recognition in python for grasshopper, but the python module didn’t recognize the python speech recognition library…any help will be...
View ArticleGetting info in python from Hydrostatics
@dasanchez86 wrote: Hello everyone, I’m quite new to python and I have a project I would like to work on. I am trying to get the information from Hydrostatic command in Rhino and I found this thread...
View ArticleOffset Object Relative To Plane
@surveyors wrote: (topic withdrawn by author, will be automatically deleted in 24 hours unless flagged) Posts: 1 Participants: 1 Read full topic
View ArticleTranslateZ of control point or transform curve based on desired slope
@devin1 wrote: I am a landscape architect and do a lot of site grading in Rhino. One of the methods I often use to interpolate elevation points is to draw a planar curve, lets say for the sake of...
View ArticleBrepFace keep Object Attributes in Brep
@patrick.jaksic wrote: Hello Everyone, I`m stuggling with the Problem of identifying particular BrepFaces in a Brep. The easyest way to identify the Faces would be the name. As Soon as i join the...
View ArticleConvert to polycurve without NURBS
@dmitrey15 wrote: Hello, in Rhinoceros 5 I used s = ‘_Convert _OutPut=Arcs (…)’ rs.Command(s) In Rhinoceros 6 command “Convert” has been removed. I see " SimplifyCurve" in documentation, but sometimes...
View ArticleNesting Python
@fatihylmz.1923 wrote: Hello everyone, I’m new to Python. Is there a sctrip that I can use when nesting me and get a nesting line from the fast polysurface, or what should I use when writing? Posts: 2...
View ArticleStackOverflow
@ivelin.peychev wrote: I always wondered what does StackOverflow means. Does anyone have any suggestion how to fix the code below? import clr clr.AddReference("mscorlib") import System from...
View ArticleHow to automatically extract mesh ID number and print as text?
@Julio wrote: Hey guys, I’m searching for a way (via scripting or Grasshopper) to automatically extract mesh IDs as text and position it beside the corresponding mesh. This is my actual situation: I...
View ArticleMesh Surface Make Polysurface
@fatihylmz.1923 wrote: A script that converts a mesh surface to polysurface or surface is required. Can you help me with this? Mesh surface can not polysurface. Posts: 1 Participants: 1 Read full topic
View Article