🎉Community Raffle - Win $25

An exclusive raffle opportunity for active members like you! Complete your profile, answer questions and get your first accepted badge to enter the raffle.
Join and Win

Set geometry cleanup tolerance in script

User: "ATLURI BHARATH KUMAR"
Altair Community Member
Updated by ATLURI BHARATH KUMAR

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

Find more posts tagged with

Sort by:
1 - 2 of 21
    User: "Michael Herve"
    Altair Employee
    Updated by Michael Herve

    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

    User: "ATLURI BHARATH KUMAR"
    Altair Community Member
    OP
    Updated by ATLURI BHARATH KUMAR

    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