OpenLexocad  27.1
SolidAPI.h File Reference
#include <OpenLxApp/AdvancedBrep.h>
#include <OpenLxApp/Document.h>
#include <OpenLxApp/ExtrudedAreaSolid.h>
#include <OpenLxApp/FacetedBrep.h>
#include <Topo/ShapeTool.h>
#include <memory>

Go to the source code of this file.

Namespaces

 OpenLxApp
 

Functions

LX_OPENLXAPP_EXPORT std::shared_ptr< ExtrudedAreaSolid > OpenLxApp::createExtrudedAreaSolid (std::shared_ptr< Document > aDoc, pConstShape aShape, Topo::ShapeTool::BuildingElementHintEnum aHint=Topo::ShapeTool::BuildingElementHintEnum::NO_HINT)
 
LX_OPENLXAPP_EXPORT std::shared_ptr< FacetedBrep > OpenLxApp::createFacetedBrep (std::shared_ptr< Document > aDoc, pConstShape aShape)
 
LX_OPENLXAPP_EXPORT std::shared_ptr< AdvancedBrep > OpenLxApp::createAdvancedBrep (std::shared_ptr< Document > aDoc, pConstShape aShape)