OpenLexocad
27.0
|
Convert the geometry of the given Element into a FacetedBrep. More...
#include <CmdConvertToFacetedBrep.h>
Public Member Functions | |
CmdConvertToFacetedBrep (std::shared_ptr< OpenLxApp::Element > element) | |
CmdConvertToFacetedBrep (const std::vector< std::shared_ptr< OpenLxApp::Element >> &elements) | |
~CmdConvertToFacetedBrep () | |
bool | redo () override |
bool | undo () override |
std::vector< std::shared_ptr< OpenLxApp::Element > > | getElements () const |
![]() | |
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 |
Convert the geometry of the given Element into a FacetedBrep.
|
explicit |
|
explicit |
OpenLxCmd::CmdConvertToFacetedBrep::~CmdConvertToFacetedBrep | ( | ) |
std::vector<std::shared_ptr<OpenLxApp::Element> > OpenLxCmd::CmdConvertToFacetedBrep::getElements | ( | ) | const |
|
overridevirtual |
Reimplemented from Core::Command.
|
overridevirtual |
Reimplemented from Core::Command.