OpenLexocad
27.0
|
Remove Elements from the BuildingStorey of the active Building, whose elevation value corresponds to the given one. Optionally remove the Elements from the Document too. More...
#include <CmdEmptyBuildingStorey.h>
Public Member Functions | |
CmdEmptyStorey (const double &elevation, bool removeElements) | |
~CmdEmptyStorey () | |
bool | redo () override |
bool | undo () override |
![]() | |
Command (void) | |
virtual | ~Command (void) |
Base::String | getDescription () const |
void | setDescription (const Base::String &s) |
void | setParameter (const std::string &key, const Core::Variant &value) |
bool | getParameter (const std::string &key, Core::Variant &value) const |
void | setSilentMode (bool onoff) |
bool | isInSilentMode () const |
Remove Elements from the BuildingStorey of the active Building, whose elevation value corresponds to the given one. Optionally remove the Elements from the Document too.
OpenLxCmd::CmdEmptyStorey::CmdEmptyStorey | ( | const double & | elevation, |
bool | removeElements | ||
) |
OpenLxCmd::CmdEmptyStorey::~CmdEmptyStorey | ( | ) |
|
overridevirtual |
Reimplemented from Core::Command.
|
overridevirtual |
Reimplemented from Core::Command.