get_model_tree#

ansys.acp.core.get_model_tree(model, *, hide_empty=True)#

Get a tree representation of the model.

Returns the root node.

Parameters:
  • model (Model) – ACP model.

  • hide_empty (bool) – Whether to hide empty collections.

Return type:

Node