What's new

alibrescript

  1. Cator

    Create and modify global parameters

    https://help.alibre.com/articles/#!alibre-help-v28/create-and-modify-global-parameters This script, included in the official Alibre documentation, does not work correctly even after replacing the corresponding lines. Does anyone have a way to test this before submitting the report to QA? Thank...
  2. Cator

    Import External Library (QRCodeGenerator)

    Hoping to help someone build custom apps in Alibre Script, I’m sharing the process that led me to create this script for generating QR Codes. When you want to create a project that does not use the libraries present in IronPython of Alibre Script, the procedure to follow is this: 1...
  3. K

    Locate Part in Assembly that BOM references

    Good day, I looking for functionality with scripts (either AlibreX or AlibreScript) that, given a particular assembly's exported BOM (.csv), you can access and read each part of an assembly by reading the rows of the BOM. For example, if I've rearranged my BOM and read the first line on its...
  4. E

    saving using openpyxl

    Hi all, I am trying to save a xlsx file using openpyxl, and every time I tried to save it these errors come out. When I run the code locally (no alibre) it works fine, but as soon as I import it to alibre I get those errors below. Any idea why? Thanks a lot for all the help in advance...
  5. E

    saving/modifying a drawing

    Hi all, Is there a way to either save a drawing or modify an existing one using a script? I have to create lots of flanges and I need a way to save the part as a drawing an get/display as a note the dimensions. Can this be done using a script? .... .... Options = [] Options.append(["Work...
Top