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#

Thick

Gets the thickness.

Mat

Gets the material number.

Theta

Gets the layer orientation angle.

Numpt

Gets the number of integration points in the layer.

Property detail#

property CommandLayer.Thick: System.Double | None

Gets the thickness.

property CommandLayer.Mat: System.UInt32 | None

Gets the material number.

property CommandLayer.Theta: System.Double | None

Gets the layer orientation angle.

property CommandLayer.Numpt: System.UInt32 | None

Gets the number of integration points in the layer.