I am using a script and I want to remove any isolated pieces below 85% of the diameter of the object. How can you set the parameter as a percentage rather than as a fixed value in meshlabserver. The code I am basing this off of is reproduced below. Thanks. <filter name="Remove Isolated pieces (wrt Diameter)"> <Param tooltip="Delete all the connected components (floating pieces) with a diameter smaller than the specified one" description="Enter max diameter of isolated pieces" type="RichAbsPerc" value="16.6911"...
I would like to create a script to rotate the camera angle and then export a snapshot of my mesh. But I would like to to this many many times for a large set of angles therefore I need to automate this process. I have worked with Filter Scripts but I have never found a way to automate saving or snapshot exports. Can anyone point me to a resource that might help me figure this out. Thanks