[It...] Posted December 2 Share Posted December 2 Hello, I would like to develop a Python script to speed up my workflow. In a single scan, I have multiple parts, each with its own volume, and I need to create a single mesh for each one. Since the parts are similar, I want to use the same polygonalization parameters for all of them. The script should perform the "gom.interactive.volume.polygonize_volume_single_material" function on the first volume, collect the user parameters, and execute the polygonalization. Based on the selected options and parameters, it should then repeat the process on all the remaining parts. Can anyone suggest how to do this? Thank you for your help. Link to comment Share on other sites More sharing options...
[Se...] Posted Thursday at 08:53 AM Share Posted Thursday at 08:53 AM You should create a polygonalization parameter dialog to collect the user inputs first, then pass these parameter values to the GOM command(disable interactive). Once you have these parameters, you can apply the same polygonization settings to all volumes in a loop. Link to comment Share on other sites More sharing options...
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in