momentvector#
- ens_calculator.momentvector(source_parts: List[ENS_PART] | List[int] | List[str] | ENS_PART | int | str, force: ENS_VAR | str | int, output_varname: str | None = None) ENS_VAR #
Computes a nodal vector variables defined as the x, y, or z moment about each node given a force vector
- Args:
- source_parts:
Any 1D or 2D part(s) or a part number.
- force:
A force vector variable.
- output_varname:
The name of the newly created variable
- Returns:
New ENS_VAR instance or None
- Note:
See MomentVector() for function details.