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 ... ), ... ], ... )
Attributes
- cutoff_radius: Any, optional#
Cutoff radius of the slice output. If not specified, the slice extends to the boundaries of the volume mesh.
- Default:
None
Additional Constructors
- classmethod from_file(filename)#
Load a Flow360BaseModel from a .json file.
- Parameters:
filename (str)
- Return type:
Flow360BaseModel
Methods