offsetfield#
- ens_calculator.offsetfield(source_parts: List[ENS_PART] | List[int] | List[str] | ENS_PART | int | str, output_varname: str | None = None) ENS_VAR #
Computes a scalar variable defined as the offset in the surface normal direction (from the border if 3D)
- Args:
- source_parts:
Any 2D or 3D part(s) or a part number.
- output_varname:
The name of the newly created variable
- Returns:
New ENS_VAR instance or None
- Note:
See OffsetField() for function details.