FabricWithAngle#

class ansys.acp.core.FabricWithAngle(fabric, angle=0.0)#

Defines a fabric of a stackup.

Parameters:
  • fabric (Fabric) – Link to an existing fabric.

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

Added in ACP server version 24.2.

Methods

FabricWithAngle.clone()

Create a new unstored FabricWithAngle with the same properties.

Attributes

FabricWithAngle.angle

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

FabricWithAngle.fabric

Linked fabric.

Examples using FabricWithAngle#

Sandwich panel example

Sandwich panel example