What's new

script

  1. otrotabi

    OpenFileDialog - Open existing part script

    I want to share with you a little script that uses the OpenFileDialog Function of the Windows class. # open existing part script import os Win = Windows() # show open dialog window, if user clicks on OK then a path and filename will be returned FileName = Win.OpenFileDialog('Select a part...
  2. otrotabi

    Sheet metal

    I have noticed Alibre script is not included while creating a new sheet, maybe it will in the future ? Meanwhile, I need to be able to automate sheet metal parts, and maybe if I prove myself smart enough even generate the G-code for our CNC punching machine with a script. Lots of our parts are...
  3. otrotabi

    Convert to sheet metal

    Is anyone familiar with the "Convert to sheet metal tool ?". My goal is to be able to automate sheet metal parts generation with the use of Alibre Script, but first I need to understand how this tools works because so far it does not seem possible to create sheet metal parts with Alibre script...
  4. otrotabi

    Edit existing part with a script

    Is it possible to open an existing part (created with the GUI interface) and edit it with a script ? Changing variable values for example ?
  5. otrotabi

    Script editing tools

    Hi everyone, I was wondering what is everyone using for script editing. I could not find any tools for search, search and replace, etc, from within the edit window. Are there any shortcuts available ? Since I am in the learning phase I like being able to introduce new sketches and features one...
Top