Lamina#

class ansys.acp.core.Lamina(material, angle=0.0)#

Class to link a material with a sub-laminate.

Parameters:
  • material (Fabric | Stackup) – Link to an existing fabric or stackup.

  • angle (float) – Orientation angle in degree of the material with respect to the reference direction.

Added in ACP server version 24.2.

Methods

Lamina.clone()

Create a new unstored Lamina with the same properties.

Attributes

Lamina.angle

Orientation angle in degree of the material with respect to the reference direction.

Lamina.material

Link to an existing fabric or stackup.

Examples using Lamina#

Sandwich panel example

Sandwich panel example