Pixyz Scenario Processor to SDK guidelines
Tip
Transitioning from Pixyz Scenario Processor (a standalone application executing commands) to the Pixyz SDK opens up a new range of integration possibilities. Consider re-designing your existing CAD/3D pipeline to take full advantage of this.
Steps to Transition
If your team currently relies on a Pixyz Scenario Processor script for automated transformations, follow these steps:
- Extract your existing transformation script (
.py
file(s)). - Download Pixyz SDK (see setup section).
- Setup your favorite development environment (using PyCharm, Visual Code or other).
- Review the Pixyz SDK 2024.x changeLog and the updated Python API for any changes in method or function parameters. Please note that significant API cleaning has been performed, including various feature renaming.
- Adapt your existing Pixyz python script(s) to the new 2024.x API.
- Instead of calling
[...]/PiXYZScenarioProcessor.exe myPythonScript.py
simply runpython myPythonScript.py
- Redeploy your data pipeline, now executing Pixyz SDK instance(s).
References
- Pixyz SDK API - Python | C#
- API Changelog (from Pixyz SP 2022.1.2r7 to Pixyz 2024.x (SDK))
- Pixyz 2024.x Product Release Notes