ProjectedArea#
- class ProjectedArea[source]#
Bases:
Flow360BaseModelRecipe for automatically computing a projected reference area.
Attributes
- surfaces: EntityList[Surface]#
Explicit surfaces and surface selectors used for the projected-area calculation.
- direction: Literal['X', 'Y', 'Z']#
Global projection direction.
- Default:
'X'
- render_quality: Literal['low', 'medium', 'high', 'ultra']#
Raster resolution used for projected-area calculation, and therefore the accuracy of the result. The area counts whole pixels of a rasterized silhouette, so the error is proportional to pixel size: each step up halves it, at roughly four times the computation.
- Default:
'medium'
Properties
- computed: Area.PositiveFloat64 | None#
Return the latest computed result, if automatic calculation has run.
Additional Constructors