36 CmdBooleanCut(
const std::vector<std::shared_ptr<OpenLxApp::Element>>& hardElements, std::shared_ptr<OpenLxApp::Element> softElement);
37 CmdBooleanCut(std::shared_ptr<OpenLxApp::Element> hardElement, std::shared_ptr<OpenLxApp::Element> softElement);
43 std::vector<std::shared_ptr<OpenLxApp::Element>> getElements()
const;
46 Command* _cmd =
nullptr;
47 std::vector<std::shared_ptr<OpenLxApp::Element>> _resultElements = {};
Cuts one or more Element into the given Element.
Definition: CmdBooleanCut.h:33
Definition: CmdAddCentroid.h:8