文档

Asset Transformer SDK


User Manual

Python API

C# API

Changelog

Discussions

Asset Transformer SDK


Importing Alias Files

Learn how to import Alias .wire files into Pixyz by configuring the necessary API settings and ensuring Autodesk Alias is installed.
阅读时间1 分钟最后更新于 5 天前

Importing an Alias file (.wire) requires Autodesk Alias to be installed (with a valid license) on the same computer on which the process is running.
重要
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

The Alias lib path needs to be configured prior importing .wire files:
pxz.core.setModuleProperty("IO", "AliasApiDllPath", "*PATH_TO_ALIAS_INSTALL_FOLDER*/libalias_api.dll")