flow360.MeshSliceOutput#
- class MeshSliceOutput[source]#
Bases:
Flow360BaseModelMeshSliceOutputclass for mesh slice output settings.Example
>>> fl.MeshSliceOutput( ... slices=[ ... fl.Slice( ... name="Slice_1", ... normal=(0, 1, 0), ... origin=(0, 0.56, 0)*fl.u.m ... ), ... ], ... )