ReactionFieldResults.compute_resultant

ReactionFieldResults.compute_resultant(sub_set=None)[source]

Compute the translation resultant, moment resultant, and location of the field.

Parameters:
sub_setlist, optional

List of locations to filter the results. If None, all results are considered.

Returns:
tuple

The translation resultant as compas.geometry.Vector, moment resultant as compas.geometry.Vector, and location as a compas.geometry.Point.