layplot#
- Elements.layplot(iel='', layr1='', layr2='', **kwargs)#
Displays the layer stacking sequence for layered elements.
Mechanical APDL Command: LAYPLOT
- Parameters:
- iel
str Element number for the display. If blank and the current element type is a layered element type, display data from the current real constant table.
- layr1
str Range of layer numbers to be displayed. If
LAYR1is greater thanLAYR2, a reversed order display is produced. Up to 20 layers may be displayed at a time.LAYR1defaults to 1.LAYR2defaults toLAYR1ifLAYR1is input or to the number of layers (or to 19+LAYR1, if smaller) ifLAYR1is not input.- layr2
str Range of layer numbers to be displayed. If
LAYR1is greater thanLAYR2, a reversed order display is produced. Up to 20 layers may be displayed at a time.LAYR1defaults to 1.LAYR2defaults toLAYR1ifLAYR1is input or to the number of layers (or to 19+LAYR1, if smaller) ifLAYR1is not input.
- iel
Notes
Displays the layer-stacking sequence as defined in the real constant table for layered shell and solid elements in a form where the layers are visible (like a sheared deck of cards).
The element x-axis is shown as 0.0 degrees.
Layers are cross-hatched and color-coded for clarity. The hatch lines indicate the layer angle (real constant THETA) and the color coding is for material identification (real constant MAT).
The actual orientation of a specific layer in three- dimensional space can be seen using psymb,LAYR. To use psymb,LAYR with smeared reinforcing elements (
REINF265), first set the vector-mode graphics option ( device,VECTOR,1).Layer thickness can be displayed using the eshape and eplot commands.
This command is valid in any processor.