MeshMethodAlgorithm Last update: 14.01.2025 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