docs.unity3d.com
Version: 

    Importing Alias Files

    Importing an Alias file (*.wire) in Pixyz requires Autodesk Alias to be installed (with a valid license) on the same computer on which Pixyz is running.

    Warning

    The libalias_api.dll is not the only file required to import a *.wire file: other files located in the same directory where libalias_api.dll file is located are needed.

    Configuring Pixyz API

    To start importing *.wire files using Pixyz SDKr, the software needs to be initialized when executing a Python file.

    Write at the beginning of your Python file the following command:

    pxz.core.setModuleProperty("IO", "AliasApiDllPath", "Your libalias_api.dll file path")
    

    Example

    • Python
    pxz.ore.setModuleProperty("IO", "AliasApiDllPath", "C:/Program Files/Autodesk/AliasDesign2019/bin/libalias_api.dll")
    
    Version 2024.2.2.1
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX.