🎉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

Grid mesh Automation

User: "Bharath Ram"
Altair Community Member
Updated by Bharath Ram

I have a script for grid mesh Automation.

We need x value, y value, and face for doing the grid mesh.

As for face, I am creating a group for faces and I am using GetEntitesFromGroup command to get a list of faces and I am looping through each face in the list for doing the grid mesh. I have fixed X = 1 and Y = 2 in the script so all faces will get meshed with same parameters.

But the problem with the script is that the same X=1 and Y=2 cannot be used for all face groups.

Is there a way I can prompt the user to input x and y parameters so that I can use those values in script?

 

 

Find more posts tagged with

Sort by:
1 - 1 of 11
    User: "Aniruddha Duggani"
    Altair Employee
    Accepted Answer
    Updated by Aniruddha Duggani

    Hi Mr. Bharath,

     

    You can use pauseprocess script to do this operation.

    Please refer to the script utilities in SimLab Help. With that script, you can pause the process at the time of grid mesh, and type the inputs for grid mesh and press ok, which will continue the script. 

     

    I have added a sample script which is also available in the script utilities.

     

    Thanks

    Aniruddh