What's new

python

  1. L

    Script Triggers

    I have script to activate the configuration based on changes in values of parameter. But I couldn't find the option to triggers this script whenever there are changes in value of parameter. my requirement is simple like, if change value of parameter, the configuration should change automatically...
  2. K

    Read unsuppressed parts and assemblies only

    Hello, I am running a program using AlibreX that uses the root occurrence of an assembly session to read all of the design sessions and occurrences. However, there are suppressed parts in some assemblies that I do not want to read and iterate through. Does anybody know a way to read the design...
  3. K

    Built-in-Function Question

    Hello, I seem to be running into issues regarding the built in functions of the IADCurve interface. According to the API Help, the Tangent method of the IADCurve interface returns IADVector, but trying to access the properties of that object throws back an error. x =...
  4. C

    Is Python 3.x coming to Alibre Design Pro soon?

    Just wondering if a newer version of Python is likely to land on Alibre Design Pro anytime soon?
  5. K

    The Alibre Value is not available

    Hello all, Dealing with an issue when trying to save to my M-File Vault through a SaveAs function. Here's the error: <CODE> Traceback (most recent call last): File "<string>", line 124, in <module> EnvironmentError: System.Runtime.InteropServices.COMException (0x80040328): The Alibre Vault is...
  6. Suppakit

    Using Python to make my first "Alibre Motion"

    Alibre Sample Motion Hello everyone, I just make my dream come true for done Alibre motion by using Alibre script, but this is just the beginning, I have a plan to make API for my customers who don't like to learn Python, anyway I need more suggestion for how to manipulate 6 Axis robot motion is...
  7. Brandon_Velmex

    Script Language for Selecting and Editing Configurations

    I am trying to write a script which will build a proper assembly out of existing configurations once the menus are all complete. However, all the existing tutorials are based around building a new configuration, or a new assembly. My question is: what are the specific Python script commands for...
Top