flow360.CustomZones#
- class CustomZones[source]#
Bases:
Flow360BaseModelCustomZonesclass for creating volume zones from custom volumes or seedpoint volumes. Names of the generated volume zones will be the names of the custom volumes.Example
>>> fl.CustomZones(name="Custom zones", entities=[custom_volume1, custom_volume2], )
- entities: EntityList[CustomVolume, SeedpointVolume] [Required]#
The custom volume zones to be generated.