I want to combine multiple STEP-files programmatically via script (Python e.g.). There should be the possibility to apply transformations and rotations to each object and all these objects then should be saved as a single STEP-file with all the changes included. The script should be executable within a NodeJS environment (Express Server). Would appreciate any direction.