area#
- ens_calculator.area(source_parts: List[ENS_PART] | List[int] | List[str] | ENS_PART | int | str, result_type: str = 'Compute_Per_case', output_varname: str | None = None) ENS_VAR #
Computes a constant variable defined as the sum of the area of the specified parts plus the surface area if any 3D elements exist.
- Args:
- source_parts:
Any part(s) or a part number.
- result_type:
Per/Case or Per/Part Results
- output_varname:
The name of the newly created variable
- Returns:
New ENS_VAR instance or None
- Note:
See Area() for function details.