sdynpy.core.sdynpy_shape.ShapeCommentTable
- class ShapeCommentTable(shapes, plotter=None, parent=None)[source]
Bases:
QDialog
- __init__(shapes, plotter=None, parent=None)[source]
Creates a table window that allows editing of comments on the mode shapes.
- Parameters
shapes (ShapeArray) – The shapes for which the comments need to be modified.
plotter (ShapePlotter, optional) – A shape plotter that is to be linked to the table. It should have the same modes used for the table plotted on it. The plotter will automatically update the mode being displayed as different rows of the table are selected. If not specified, there will be no mode shape display linked to the table.
parent (QWidget, optional) – Parent widget for the window. The default is No parent.
- Return type
None.
Methods
__init__
(shapes[, plotter, parent])Creates a table window that allows editing of comments on the mode shapes.
accept
(self)Attributes