Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 1.1 KB

remove.rst

File metadata and controls

32 lines (21 loc) · 1.1 KB

remove command

remove(type,tag)

This commmand is used to remove components from the model.

type type of the object, 'ele', 'loadPattern', 'parameter', 'node', 'timeSeries', 'sp', 'mp'.
tag tag of the object

remove('recorders')

Remove all recorder objects.

remove('sp', nodeTag, dofTag, patternTag)

Remove a sp object based on node

nodeTag node tag
dof dof the sp constrains
patternTag pattern tag, (optional)