I am trying to draw specific portions of a Petri Net with TikZ. For parts of the subnet where the structure does not matter to me I'd like to use a cloud node filled with parallel lines (inspired by my mechanics lecture).
How can I achieve this with TikZ?
The regular cloud node shape is being displayed as s simple circle in my file.
Here is how I declare my cloud node:
\node[draw, cloud, cloud puffs = 10](cloud){};
