Layer#

class ansys.acp.core.Layer(fabric, *, nominal_angle=0.0, has_limits=False, lower_limit=0.0, upper_limit=0.0, add_mirrored_ply=False)#

Defines a layer in the winding wizard.

Parameters:
  • fabric (Fabric) – Defines the fabric of this layer.

  • nominal_angle (float) – Angle with respect to the axis of symmetry in degree. Must be between -90 and 90 degrees.

  • has_limits (bool) – Specifies if the ply has limits in the axial direction.

  • lower_limit (float) – Lower ply limit in axial direction.

  • upper_limit (float) – Upper ply limit in axial direction.

  • add_mirrored_ply (bool) – Add an additional ply with the inverse angle.

Added in ACP server version 27.1.

Methods

Layer.clone()

Create a new unstored layer with the same properties.

Attributes

Layer.add_mirrored_ply

Add an additional ply with the inverse angle.

Layer.fabric

Linked fabric.

Layer.has_limits

Specify if the ply has limits in the axial direction.

Layer.lower_limit

Lower ply limit in axial direction.

Layer.nominal_angle

Angle with respect to the axis of symmetry in degree.

Layer.upper_limit

Upper ply limit in axial direction.