OpenLexocad  27.1
OpenLxCmd::CmdBooleanSplitShapeWithPlane Class Reference

Python interface for command Gui::CmdBooleanSplitShapeWithPlane. More...

#include <CmdBooleanSplitShapeWithPlane.h>

Inheritance diagram for OpenLxCmd::CmdBooleanSplitShapeWithPlane:
Core::Command

Public Member Functions

 CmdBooleanSplitShapeWithPlane (std::shared_ptr< OpenLxApp::Element > softElement, Geom::Pnt point1, Geom::Pnt point2)
 
 ~CmdBooleanSplitShapeWithPlane ()
 
bool redo () override
 
bool undo () override
 
std::vector< std::shared_ptr< OpenLxApp::Element > > getElements () const
 
- Public Member Functions inherited from Core::Command
 Command ()
 
virtual ~Command ()
 
virtual void serialize (std::ostream &, const unsigned int)
 
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 on)
 
bool isInSilentMode () const
 
void setDoRecomputeInRedo (bool on)
 
void setDoRecomputeInUndo (bool on)
 
bool getDoRecomputeInRedo () const
 
bool getDoRecomputeInUndo () const
 
void setDone (bool yes)
 
bool isDone () const
 

Detailed Description

Python interface for command Gui::CmdBooleanSplitShapeWithPlane.

Since
26.0

Constructor & Destructor Documentation

◆ CmdBooleanSplitShapeWithPlane()

OpenLxCmd::CmdBooleanSplitShapeWithPlane::CmdBooleanSplitShapeWithPlane ( std::shared_ptr< OpenLxApp::Element softElement,
Geom::Pnt  point1,
Geom::Pnt  point2 
)

◆ ~CmdBooleanSplitShapeWithPlane()

OpenLxCmd::CmdBooleanSplitShapeWithPlane::~CmdBooleanSplitShapeWithPlane ( )

Member Function Documentation

◆ getElements()

std::vector<std::shared_ptr<OpenLxApp::Element> > OpenLxCmd::CmdBooleanSplitShapeWithPlane::getElements ( ) const

◆ redo()

bool OpenLxCmd::CmdBooleanSplitShapeWithPlane::redo ( )
overridevirtual

Reimplemented from Core::Command.

◆ undo()

bool OpenLxCmd::CmdBooleanSplitShapeWithPlane::undo ( )
overridevirtual

Reimplemented from Core::Command.


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