get_mesh_process_name#
- ansys.aedt.core.modules.profile.get_mesh_process_name(group_data: BinaryTreeNode) str | None#
Return the name of the meshing process group if present.
- Parameters:
- group_dataclass:ansys.aedt.core.modeler.cad.elements_3d.BinaryTreeNode
Simulation group node.
- Returns:
Examples
>>> from ansys.aedt.core.modules.profile import get_mesh_process_name >>> get_mesh_process_name(group_data=1)