add_layer#

WindingWizard.add_layer(fabric, *, nominal_angle=0.0, has_limits=False, lower_limit=0.0, upper_limit=0.0, add_mirrored_ply=False)#

Add a Layer to the WindingWizard.

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.

Return type:

Layer

Added in ACP server version 27.1.