SubLaminate#

class ansys.acp.core.SubLaminate(*, name='SubLaminate', symmetry='no_symmetry', topdown=True, materials=())#

Instantiate a SubLaminate.

Parameters:
  • name (str, default: 'SubLaminate') – Name of the sub-laminate.

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

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

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

Methods

SubLaminate.add_material(*args, **kwargs)

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

SubLaminate.area_price

SubLaminate.area_weight

SubLaminate.id

Identifier of the object, used for example as key in maps.

SubLaminate.locked

SubLaminate.materials

SubLaminate.name

The name of the object.

SubLaminate.status

SubLaminate.symmetry

SubLaminate.thickness

SubLaminate.topdown