Set geometry cleanup tolerance in script

ATLURI BHARATH KUMAR
ATLURI BHARATH KUMAR Altair Community Member
edited April 25 in Community Q&A

I want to set geometry cleanup tolerance as some value. Is there any way to give the command in script

Answers

  • Michael Herve_21439
    Michael Herve_21439
    Altair Employee
    edited April 25

    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=.42

     

    Does that help?

     

    Best Regards,

    Michael

  • ATLURI BHARATH KUMAR
    ATLURI BHARATH KUMAR Altair Community Member
    edited April 25

    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=.42

     

    Does that help?

     

    Best Regards,

    Michael

    Ok that helps. Thanks a lot