`KrigingPolynomType` Last update: 16.07.2025 class Ansys.Mechanical.DataModel.Enums.KrigingPolynomType(*args, **kwds) Bases: enum.Enum Represents the various types of Polynomial which combines with Kriging model. Overview Attributes Name PolyConst PolyCrossQuad PolyLinear PolyNone PolyPureQuad Attribute detail KrigingPolynomType.PolyConst = 1 KrigingPolynomType.PolyCrossQuad = 4 KrigingPolynomType.PolyLinear = 2 KrigingPolynomType.PolyNone = 0 KrigingPolynomType.PolyPureQuad = 3