CommandLayer# class ansys.mechanical.stubs.v242.Ansys.ACT.Automation.Mechanical.FE.CDB.CommandLayer# Bases: object Represents a layer associated to a shell SECBLOCK command. Overview# 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.