Skip to main content

Mechanical scripting interface

CommandLayer

Last update: 14.01.2025

class Ansys.ACT.Automation.Mechanical.FE.CDB.CommandLayer

Bases: object

Represents a layer associated to a shell SECBLOCK command.

Overview

Properties

Name Description
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.