position#

property SceneGroupNode.position: list[float]#

Set position of the Scene Group in parent-node coordinates.

Value should be a list of 3 floats.

Examples

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