create_sublaminate#

Model.create_sublaminate(*, name='SubLaminate', symmetry='no_symmetry', topdown=True, materials=())#

Instantiate a SubLaminate.

Parameters:
  • name (str) – Name of the sub-laminate.

  • symmetry (SymmetryType) – Whether the sub-laminate is odd or even symmetrical, or none.

  • topdown (bool) – The first material in the list is placed first in the mold if topdown is true.

  • materials (Sequence[Lamina]) – List of materials (fabrics and stackups) with angles which build the sub-laminate.

Return type:

SubLaminate

Added in ACP server version 24.2.

Examples using Model.create_sublaminate#

Sandwich panel example

Sandwich panel example