AnalysisPly#

class ansys.acp.core.AnalysisPly#

Instantiate an Analysis Ply.

Parameters:
  • name (str) – The name of the Analysis Ply.

  • material (Material) – Material of the Analysis ply.

  • angle (float) – Angle of the Analysis ply in degrees.

  • thickness (float) – Thickness of the Analysis ply

  • active_in_post_mode (bool) – If False, deactivates the failure analysis for this ply during post-processing.

Added in ACP server version 24.2.

Methods

Attributes

AnalysisPly.active_in_post_mode

AnalysisPly.angle

AnalysisPly.elemental_data

AnalysisPly.id

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

AnalysisPly.material

AnalysisPly.mesh

Full mesh associated with the object.

AnalysisPly.name

The name of the object.

AnalysisPly.nodal_data

AnalysisPly.parent

The parent of the object.

AnalysisPly.shell_mesh

Shell mesh associated with the object.

AnalysisPly.solid_mesh

Solid mesh associated with the object.

AnalysisPly.status

AnalysisPly.thickness