orientation#

property SceneGroupNode.orientation: list[float]#

Orientation.

Set orientation of the Scene Group relative to parent-node coordinates.

Value format is determined by ‘Orientation Mode’, in degrees and delimited by spaces.

Examples

>>> from ansys.aedt.core import Emit
>>> app = Emit()
>>> rev = app.results.analyze()
>>> scene = rev.get_scene_node()
>>> grp = scene.children[0]
>>> grp.orientation