`ConnectionOptions` Last update: 16.07.2025 class Ansys.Mechanical.DataModel.Enums.ConnectionOptions(*args, **kwds) Bases: enum.Enum Specifies the ConnectionOptions. Overview Attributes Name AllToAll FreeToAll FreeToFree Attribute detail ConnectionOptions.AllToAll = 1 ConnectionOptions.FreeToAll = 2 ConnectionOptions.FreeToFree = 3