PrimaryPly#

class ansys.acp.core.PrimaryPly(sequence, level=1)#

Defines a primary ply of a butt joint sequence.

Parameters:
  • sequence (ModelingGroup | ModelingPly) – Modeling group or modeling ply defining the primary ply.

  • level (int) – Level of the primary ply. Plies with a higher level inherit the thickness from adjacent plies with a lower level.

Added in ACP server version 25.1.

Methods

PrimaryPly.clone()

Create a new unstored PrimaryPly with the same properties.

Attributes

PrimaryPly.level

Level of the primary ply.

PrimaryPly.sequence

Linked sequence.