ButtJointSequence#

class ansys.acp.core.ButtJointSequence(*, name='ButtJointSequence', active=True, global_ply_nr=0, primary_plies=(), secondary_plies=())#

Instantiate a ButtJointSequence.

Parameters:
  • name (str) – Name of the butt joint sequence.

  • primary_plies (Sequence[PrimaryPly]) – Primary plies are the source of a butt joint and they pass the thickness to adjacent plies. Plies with a higher level inherit the thickness from those with a lower level.

  • secondary_plies (Sequence[ModelingGroup | ModelingPly]) – Secondary plies are butt-joined to adjacent primary plies and they inherit the thickness.

Added in ACP server version 25.1.

Methods

ButtJointSequence.add_primary_ply(sequence)

Add a PrimaryPly to the ButtJointSequence.

ButtJointSequence.clone(*[, unlink])

Create a new unstored object with the same properties.

ButtJointSequence.delete()

Delete the object.

ButtJointSequence.store(parent)

Store the object on the server.

Attributes