OpenLexocad  27.1
CmdUtils.h File Reference
#include <App/Element.h>
#include <OpenLxApp/SubElement.h>
#include <memory>
#include <vector>

Go to the source code of this file.

Namespaces

 OpenLxCmd
 

Functions

std::vector< App::Element * > OpenLxCmd::toAppElements (const std::vector< std::shared_ptr< OpenLxApp::Element >> &aElems)
 
std::vector< std::shared_ptr< OpenLxApp::Element > > OpenLxCmd::toOpenLxElements (const std::vector< App::Element * > &aElems)
 
std::shared_ptr< OpenLxApp::ElementOpenLxCmd::toOpenLxElement (App::Element *aElem)
 
std::shared_ptr< OpenLxApp::SubElementOpenLxCmd::toOpenLxSubElement (App::SubElement *aElem)