Lamina#

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

Class to link a material with a sub-laminate.

Parameters:
  • material (Union[Fabric, Stackup]) – Link to an existing fabric or stackup.

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

Methods

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.