number_of_surfaces#

property CADNode.number_of_surfaces: int#

Number of surfaces in the model.

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