| 734 | |
| 735 | def getFrameSelectionFromUser(frameStrideVisibility=False, framePackVisibility=False, frameTransformVisibility=False): |
| 736 | class FrameOptions(object): |
| 737 | pass |
| 738 | |
| 739 | dialog = PythonQt.paraview.vvSelectFramesDialog(getMainWindow()) |
| 740 | dialog.frameMinimum = 0 |
no outgoing calls
no test coverage detected