SubLaminate#

class ansys.acp.core.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.

Added in ACP server version 24.2.

Methods

SubLaminate.add_material(material[, angle])

Add a Lamina to the SubLaminate.

SubLaminate.clone(*[, unlink])

Create a new unstored object with the same properties.

SubLaminate.delete()

Delete the object.

SubLaminate.store(parent)

Store the object on the server.

Attributes

Examples using SubLaminate#

Sandwich panel example

Sandwich panel example