Skip to Main Content
AutoPIPE Ideas Portal

Welcome to the AutoPIPE Ideas Portal. We value your feedback, and our team regularly reviews your ideas and considers them for future improvements to our products and services.

You have 3 options for providing feedback:

  1. VOTE for an existing idea. The popularity of an idea helps us understand its importance to the community.

  2. COMMENT on an existing idea. We want to hear your unique point of view.

  3. ADD a new idea. You can always submit a new idea if no existing one describes your suggestion.

When you add, vote or comment on an idea you will also be subscribed to that idea and receive status updates. Please note we may merge or rename ideas for better clarity for the community. Thank you for your support and feedback.

Status Needs review
Categories Reporting
Created by Guest
Created on Mar 27, 2026

Convert Global Analysis Results to Local Axis through Batch Generator

Converting the analysis results of a model that is in the global axis to the local axis from the batch generator can be very convenient and ideal for automation. If I wanted to run, say, a Python file that calls the batch generator to run analysis and return the forces and moments in the local axis, I can immediately use those outputs for further calculations and code checks outside of the GUI without having to manually transform the global results to the local axis, as some code checks requires outputs with respect to the local axis.

One way would be to open up a model and manually change the axis system to local from the Model Results options. However, if there were multiple models that needed to be converted to the local axis (it can be 10, 50, or even 100), it would be very inefficient and timely to open up every AutoPIPE model and manually change the global axis to the local axis, run analysis, then print out the forces and moments results.

This can be done by either giving a parameter in the dos commands in a .bat file that tells AutoPIPE to print out the results in the local axis system, or by introducing a new command in .NTL input files that tells AutoPIPE to print the results out in the local axis system.