normal#

ens_calculator.normal(source_parts: List[ENS_PART] | List[int] | List[str], output_varname: str | None = None) ENS_VAR#

Computes an element based vector variable defined as the surface normal for the parts selected

Args:
source_parts:

Any 1D or 2D part(s) or a part number.

output_varname:

The name of the newly created variable

Returns:

New ENS_VAR instance or None

Note:

See Normal() for function details.