`MeshMethodAlgorithm` Last update: 09.03.2026 class Ansys.Mechanical.DataModel.Enums.MeshMethodAlgorithm Bases: enum.Enum Specifies the MeshMethodAlgorithm. Overview Attributes Name AutomaticSweep Axisymmetric PatchConforming PatchIndependent Attribute detail MeshMethodAlgorithm.AutomaticSweep = 4 MeshMethodAlgorithm.Axisymmetric = 0 MeshMethodAlgorithm.PatchConforming = 1 MeshMethodAlgorithm.PatchIndependent = 3