OpenLexocad  27.0
OpenLxCmd::CmdExtrudeFace Class Reference

#include <CmdExtrudeFace.h>

Inheritance diagram for OpenLxCmd::CmdExtrudeFace:
Core::Command

Public Member Functions

 CmdExtrudeFace ()
 
 CmdExtrudeFace (std::shared_ptr< OpenLxApp::Element > aElem, int aFaceindex, const Geom::Dir &aNormal, double aLength)
 
 ~CmdExtrudeFace ()
 
bool redo ()
 
bool undo ()
 
std::shared_ptr< OpenLxApp::ElementgetExtrudedElement () const
 
- Public Member Functions inherited from Core::Command
 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
 

Detailed Description

Since
24.0

Constructor & Destructor Documentation

◆ CmdExtrudeFace() [1/2]

OpenLxCmd::CmdExtrudeFace::CmdExtrudeFace ( )

◆ CmdExtrudeFace() [2/2]

OpenLxCmd::CmdExtrudeFace::CmdExtrudeFace ( std::shared_ptr< OpenLxApp::Element aElem,
int  aFaceindex,
const Geom::Dir aNormal,
double  aLength 
)

◆ ~CmdExtrudeFace()

OpenLxCmd::CmdExtrudeFace::~CmdExtrudeFace ( )

Member Function Documentation

◆ getExtrudedElement()

std::shared_ptr<OpenLxApp::Element> OpenLxCmd::CmdExtrudeFace::getExtrudedElement ( ) const

◆ redo()

bool OpenLxCmd::CmdExtrudeFace::redo ( )
virtual

Reimplemented from Core::Command.

◆ undo()

bool OpenLxCmd::CmdExtrudeFace::undo ( )
virtual

Reimplemented from Core::Command.


The documentation for this class was generated from the following file: