ImportFormat Last update: 14.01.2025 class Ansys.Mechanical.DataModel.MechanicalEnums.ExternalData.ImportFormat Bases: enum.Enum Specifies how to interpret the variable data source. Overview Attributes Name AXDT CGNS Delimited ECAD FixedWidth H5 ICEPAK MAPDL Attribute detail ImportFormat.AXDT = 3 ImportFormat.CGNS = 6 ImportFormat.Delimited = 0 ImportFormat.ECAD = 4 ImportFormat.FixedWidth = 1 ImportFormat.H5 = 7 ImportFormat.ICEPAK = 5 ImportFormat.MAPDL = 2