GeometryType Last update: 14.01.2025 class Ansys.Mechanical.DataModel.Enums.GeometryType Bases: enum.Enum Specifies the GeometryType. Overview Attributes Name Empty Lightweight Line Mixed Solid Surface Unknown Attribute detail GeometryType.Empty = 4 GeometryType.Lightweight = 5 GeometryType.Line = 3 GeometryType.Mixed = 2 GeometryType.Solid = 0 GeometryType.Surface = 1 GeometryType.Unknown = 6