create_butt_joint_sequence#

ModelingGroup.create_butt_joint_sequence(*, 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.

Return type:

ButtJointSequence

Added in ACP server version 25.1.