relative_orientation#
- property CADNode.relative_orientation: list[float]#
Relative Orientation.
Set orientation of the CAD model node relative to placement 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() >>> cad = [c for c in rev.get_scene_node().children if c.node_type == "CADNode"][0] >>> cad.relative_orientation