Skip to content

How can I obtain the coordinates for the bounding box of a model (min and max positions of a model)? #4305

Closed Answered by Samuelopez-ansys
mjmashayekhi asked this question in Q&A
Discussion options

You must be logged in to vote

@mjmashayekhi Just doing:

app = pyaedt.Icepak()

design_bounding_box = app.modeler.obounding_box

If you have multiple objects, you can navigate object by object and get this information:

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by mjmashayekhi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants