file#

property CADNode.file: str#

Name of the imported CAD file.

Value should be a full file path.

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.file