LayeredSectionWorksheet
#
- class ansys.mechanical.stubs.v241.Ansys.ACT.Automation.Mechanical.LayeredSectionWorksheet#
Bases:
object
LayeredSectionWorksheet class.
Overview#
Add a row to the LayeredSectionWorksheet |
|
Delete a row from the LayeredSectionWorksheet |
|
Gets the angle for the LayeredSection at the row index specifiied. |
|
Gets the material for the LayeredSection at the row index specifiied. |
|
Gets the thickness for the LayeredSection at the row index specifiied. |
|
Insert a new layer to the LayeredSectionWorksheet |
|
Insert a new layer to the LayeredSectionWorksheet |
|
Set the angle for the LayeredSection at the row index specifiied. |
|
Set the material for the LayeredSection at the row index specifiied. |
|
Set the thickness for the LayeredSection at the row index specifiied. |
Gets the number of entries (rows) in the worksheet. |
Property detail#
Method detail#
Add a row to the LayeredSectionWorksheet
New layers are added as the top most layer in the Z direction.
LayeredSectionWorksheet indices are zero based and ordered in the Z direction.
Delete a row from the LayeredSectionWorksheet
LayeredSectionWorksheet indices are zero based and ordered in the Z direction.
Gets the angle for the LayeredSection at the row index specifiied.
LayeredSectionWorksheet indices are zero based and ordered in the Z direction.
Gets the material for the LayeredSection at the row index specifiied.
LayeredSectionWorksheet indices are zero based and ordered in the Z direction.
Gets the thickness for the LayeredSection at the row index specifiied.
LayeredSectionWorksheet indices are zero based and ordered in the Z direction.
- LayeredSectionWorksheet.InsertThicknessLayerAbove(materialname: str, thickness: float, angle: float, index: int) int #
Insert a new layer to the LayeredSectionWorksheet
The new layer will be inserted above the layer indicated by the given index.
LayeredSectionWorksheet indices are zero based and ordered in the Z direction.
- LayeredSectionWorksheet.InsertThicknessLayerBelow(materialname: str, thickness: float, angle: float, index: int) int #
Insert a new layer to the LayeredSectionWorksheet
The new layer will be inserted below the layer indicated by the given index.
LayeredSectionWorksheet indices are zero based and ordered in the Z direction.
Set the angle for the LayeredSection at the row index specifiied.
LayeredSectionWorksheet indices are zero based and ordered in the Z direction.
Set the material for the LayeredSection at the row index specifiied.
LayeredSectionWorksheet indices are zero based and ordered in the Z direction.
Set the thickness for the LayeredSection at the row index specifiied.
LayeredSectionWorksheet indices are zero based and ordered in the Z direction.