from tdw.obi_data.fluids.disk_emitter import DiskEmitter
A disk-shaped Obi fluid emitter.
-
radius
The radius of the circle. -
edge_emission
If enabled, particles will be emitted from the circle's edges, instead of its interior.
DiskEmitter()
DiskEmitter(radius=0.1, edge_emission=False)
Parameter | Type | Default | Description |
---|---|---|---|
radius | float | 0.1 | The radius of the circle. |
edge_emission | bool | False | If enabled, particles will be emitted from the circle's edges, instead of its interior. |
self.to_dict()
Returns: A JSON dictionary of this object.