Open A-CGray opened 11 months ago
The writeCoordinateFrame options in pyTACS uses the TACS.OUTPUT_COORDINATES flag which no longer exists, resulting in an error if you set the option to True
writeCoordinateFrame
TACS.OUTPUT_COORDINATES
True
TACS.OUTPUT_COORDINATES might not be used anymore, but TACS.OUTPUT_LOADS definitely is and should work (see here).
TACS.OUTPUT_LOADS
Oh yeah my bad, I searched for the wrong thing in the source code and thought that OUTPUT_LOAD wasn't being used anywhere
OUTPUT_LOAD
The
writeCoordinateFrame
options in pyTACS uses theTACS.OUTPUT_COORDINATES
flag which no longer exists, resulting in an error if you set the option toTrue