DisplacementFieldResults.compute_resultant
- DisplacementFieldResults.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 ascompas.geometry.Vector, and location as acompas.geometry.Point.