TimeSeriesTable to Storage
Posted: Sun Sep 19, 2021 5:11 am
Hi,
I have a TimeSeriesTable made after flattening the TimeSeriesTableVec3 (C3DFileAdapter). Is there any straightforward way to convert it to Storage? I see there is OpenSim::Storage::exportToTable method but there is not vice versa.
This method doesn't work in this situation and this error appears:
TypeError: in method 'Storage_safeDownCast', argument 1 of type 'OpenSim::Object *'
Any help is much appreciated.
Regards,
Mohammadreza
I have a TimeSeriesTable made after flattening the TimeSeriesTableVec3 (C3DFileAdapter). Is there any straightforward way to convert it to Storage? I see there is OpenSim::Storage::exportToTable method but there is not vice versa.
Code: Select all
osim.Storage.safeDownCast()
TypeError: in method 'Storage_safeDownCast', argument 1 of type 'OpenSim::Object *'
Any help is much appreciated.
Regards,
Mohammadreza