CrossSectionType Last update: 14.01.2025 class Ansys.Mechanical.DataModel.Enums.CrossSectionType Bases: enum.Enum Specifies the CrossSectionType. Overview Attributes Name Channel Circular CircularTube HatBeam HollowRectangular IBeam LBeam MeshBeam Quadrilateral Rectangular TBeam UndefinedType UserDefined ZBeam Attribute detail CrossSectionType.Channel = 5 CrossSectionType.Circular = 3 CrossSectionType.CircularTube = 4 CrossSectionType.HatBeam = 10 CrossSectionType.HollowRectangular = 11 CrossSectionType.IBeam = 8 CrossSectionType.LBeam = 7 CrossSectionType.MeshBeam = 13 CrossSectionType.Quadrilateral = 2 CrossSectionType.Rectangular = 1 CrossSectionType.TBeam = 9 CrossSectionType.UndefinedType = 0 CrossSectionType.UserDefined = 12 CrossSectionType.ZBeam = 6