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.BinaryTreeNodeSimulation group node. Returns: str or None "Initial Meshing Group", or "Meshing Process Group" when present, otherwise None.