Skip to content

WipeAction

WipeAction

WipeAction()

Bases: Action

Wipe action to reset OpenSees.

WipeAction clears the entire OpenSees database, destroying all defined nodes, elements, materials, loads, and analysis objects. It resets the state to its original clean slate.

Tcl form

wipe

Example
from femora.core.model import Model

model = Model()
action = model.actions.wipe()

Create a WipeAction instance.