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

SubLaminate.access_path

Python expression suffix for accessing this object from an ACP instance.

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.parent

The parent of the object.

SubLaminate.status

SubLaminate.symmetry

SubLaminate.thickness

SubLaminate.topdown

Examples using SubLaminate#

Materials

Materials

Sandwich panel

Sandwich panel