CommandLayer# class ansys.mechanical.stubs.v261.Ansys.ACT.Automation.Mechanical.FE.CDB.CommandLayer(iLayer: Ansys.Common.Interop.FEParsePlugin_ANSYS.ILayer)# Bases: object Represents a layer associated to a shell SECBLOCK command. Overview# Methods Equals Equals method. GetHashCode GetHashCode method. GetType GetType method. ToString ToString method. Properties Mat Gets the material number. Numpt Gets the number of integration points in the layer. Theta Gets the layer orientation angle. Thick Gets the thickness. Property detail# property CommandLayer.Mat: int | None# Gets the material number. property CommandLayer.Numpt: int | None# Gets the number of integration points in the layer. property CommandLayer.Theta: float | None# Gets the layer orientation angle. property CommandLayer.Thick: float | None# Gets the thickness. Method detail# CommandLayer.Equals(obj: Any) → bool# Equals method. CommandLayer.GetHashCode() → int# GetHashCode method. CommandLayer.GetType() → type# GetType method. CommandLayer.ToString() → str# ToString method.