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.
Delete the object.
SubLaminate.store
(parent)Store the object on the server.
Attributes
Identifier of the object, used for example as key in maps.
The name of the object.
The parent of the object.
Examples using SubLaminate#
Sandwich panel example