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
Create a new unstored layer with the same properties.
Attributes
Add an additional ply with the inverse angle.
Linked fabric.
Specify if the ply has limits in the axial direction.
Lower ply limit in axial direction.
Angle with respect to the axis of symmetry in degree.
Upper ply limit in axial direction.