Ayuda Contar Grupos "count groups"
@vikthor wrote: Hi All,Estoy tratando de encontrar una manera de contar los grupos, ya que cuando selecciono muchos grupos de curvas rhino me cuenta de todas las curvas, pero no todos los grupos que...
View ArticleExtrudeCurveStraight/Bothsides?
@Cyver wrote: Hi all, i'm trying to extrude planar curves on bothsides, but ExtrudeCurveStraight has no bothsides options. I'm wondering how can i do this , any help appreciated. Thanks. Call Main()...
View ArticleObject Create/Modification information
@Nico_de_Meester wrote: Hi - Is there an option/command available in Rhino python that show the creation/modification date/time of an Object? --Nico Posts: 2 Participants: 2 Read full topic
View ArticleHow to store user-defined data between Python scripts calls?
@bmartin wrote: Hello,I made a few custom buttons that launch Python scripts by running for example, the following command: -RunPythonScript (ButtonLoad.py) Some of these scripts would need to save...
View ArticlePlease help me! Can't get rid of error message in Python
@Tom3 wrote: Hi! I have a question about Ctypes on python. I'm attempting to build a small object to pass around between fortran code and Python. But I find an error, which I show below. Thank you in...
View ArticlePython cannot load ghpythonlib.components
@Jack_Zeng wrote: Hi all, Did any one have the same problem and find a solution to this?My python fails to load the ghpythonlib and showing " lightexception object has no attribute 'component' ".Most...
View ArticleEto Function Call Error.....Rhino Crash
@Arjun_Sharma wrote: This project attempts to make a user interface using Eto in Rhino 6 WIP. The UI collects geometrical data from Rhino , calculate some lengths parameters / Distances and then is...
View ArticleRhino Python: "Custom stonemap tool", measure block instances (gemstones)
@Maxx wrote: Hello everyone, I am writing a custom python script to write up a stone map for me. Currently I iterate over all the block instances in the scene and assign them bounding boxes. The only...
View ArticleA little advice about rs. JoinSurfaces () function
@603419608 wrote: Hello everyone QQ图片20161103141402.png1853x506 130 KB Like this kind of situation.I want to join four surface,If use BrepJoin Components or Rhinocommon will return One open brep and...
View ArticleGetOption issues
@adrianh wrote: I developed a fairly complex costing module for myself to cost my laser cutting. I currently ask for options one after another in a series of quistions with list boxes etc... I might...
View ArticleReading and writing a text block inside the drawing
@adrianh wrote: How do I get the actual text into a variable. strObject is the ID of the object itself. I can't figure the syntax out to get the actual text. This is the demo that writes the text but...
View ArticleProblems with multiple layer naming in one command
@Alberto wrote: After running this script import rhinoscriptsyntax as rs from scriptcontext import doc def main(): layer = doc.Layers[0] layer.Name = "One" layer.CommitChanges() layer.Name = "Two"...
View ArticleThis script can be recovered for rhino 5? RandomSrf or all of the button :)
@vikthor wrote: Hi,first of all, Thanks, It is an incredible forum@Jess This script was rhino 3, but no longer works in rhino 5I was wondering if you can still be recovered for reuse? ' - creates a...
View ArticleInteractively deselect objects
@emilio wrote: Hi all I have a script that builds and then selects a few objects.Then the user has to be able to deselect some of the already selected objects.Currently I use a workaround.But I'd like...
View ArticleRhino Python Scripts combined with external API
@Panos_Anestiou wrote: Hello I am trying to find out if it is possible to run (either within Rhino or from an external Python editor, e.g., Spyder) a Python Rhino Script together with an external API...
View ArticleOptionToggle for >2 options
@Max2 wrote: Hello all, I am rather new to python coding in rhino. I have been developing a python code that allows the user to initially define certain dimensions (via Rhino.Input.Custom.OptionDouble...
View Article(Python) Script to draw camera object as closed brep
@MarcusStrube wrote: Is there some script that draws Rhino's camera object as closed brep? (The 4 triangles and the single rectangle joined) camera.jpg723x404 30.4 KB Posts: 5 Participants: 3 Read...
View Article(Pascal & Go) - Approach to make Custom GH Script Components?
@RIL wrote: OK, I can do VB and other script languages, but I'm most fluent in Delphi Pascal, so I wonder what it would take to make a Pascal (FPC) or Go(lang) Script component for Grasshopper? Both...
View ArticleHelp create a notch script
@Joel_Butler wrote: Hello, I make fabric patterns and could really use a tool that does not exist (as far as I know). When we make parts that need to go together they are often complex curves, and...
View ArticleRhinoCommon API offline?
@Helvetosaur wrote: All of a sudden, my stored links stopped working, so I then tried to access them from the main page... no joy Pasted image444x865 32.5 KB ........ Pasted image733x466 11.7 KB...
View Article