Set geometry cleanup tolerance in script
ATLURI BHARATH KUMAR
Altair Community Member
I want to set geometry cleanup tolerance as some value. Is there any way to give the command in script
0
Answers
-
Hello again @ATLURI BHARATH KUMAR ,
if you are using the new interface, you can interactively set the tolerance from the preferences, then you get the following commands in the command.tcl file:
*setoption auto_cleanuptol=0
*setoption cleanup_tolerance=.42Does that help?
Best Regards,
Michael
0 -
Michael Herve_21439 said:
Hello again @ATLURI BHARATH KUMAR ,
if you are using the new interface, you can interactively set the tolerance from the preferences, then you get the following commands in the command.tcl file:
*setoption auto_cleanuptol=0
*setoption cleanup_tolerance=.42Does that help?
Best Regards,
Michael
Ok that helps. Thanks a lot
0