I am trying to create an image of a stream tracer with the seed type set to “Point Cloud”. I want to achieve this using a macro in ParaView. I used the trace tool to record my operations, which included setting up the stream tracer and disabling the “Show Sphere” option. However, when I use the generated macro, the resulting image shows spheres around my object, despite having unchecked the “Show Sphere” option during the recording.
Here are the steps I followed:
1. Started the trace tool.
2. Created a stream tracer with the seed type set to “Point Cloud”.
3. Unchecked the “Show Sphere” option.
4. Ended the trace and saved the macro.
When I run the macro, the spheres still appear. I suspect there might be a missing command or incorrect setting in the macro script that fails to hide the sphere representation of the seed points.
Can you please advise on why this is happening and how I can manually modify the script to ensure the spheres are hidden in the final image?
Thank you for your help!