The PlyStackPlot object is used to plot the stacking of plies in a composite layup or in a composite shell section.
import section import visualization
This method creates a PlyStackPlot object from a region of a part that contains a composite shell layup.
section.MdbPlyStackPlot
Required arguments
A Part object.
A Region object which contains a composite shell layup.
Optional arguments
Return value
A PlyStackPlot object.
Exceptions
This method creates a PlyStackPlot object from a composite shell section of an Odb object.
visualization.OdbPlyStackPlot
Required arguments
An Odb object.
A String specifying the section name that contains a composite shell section.
Optional argument
A Float specifying the shell offset. The default value is 0.0.
Return value
A PlyStackPlot object.
Exceptions