weldx.LocalCoordinateSystem.interp_time#

LocalCoordinateSystem.interp_time(time, time_ref=None)#

Interpolates the data in time.

Note that the returned system won’t be time dependent anymore if only a single time value was passed. The resulting system is constant and the passed time value will be stripped from the result. Additionally, if the passed time range does not overlap with the time range of the coordinate system, the resulting system won’t be time dependent neither because the values outside the coordinate systems time range are considered as being constant.

Parameters:
Returns:

Coordinate system with interpolated data

Return type:

LocalCoordinateSystem