Node#

Warning

This is an internal object. It should not be used directly, and subject to change without notice.

class ansys.acp.core._model_printer.Node(label, children=None)#

A node in a tree representation of the model.

Parameters:
  • label (str) – Label of the node.

  • children (list[Node] | None) – Children of the node.