OpenLexocad
27.0
|
#include <Geom/Pln.h>
#include <OpenLxApp/AdvancedBrep.h>
#include <OpenLxApp/Document.h>
#include <OpenLxApp/ExtrudedAreaSolid.h>
#include <OpenLxApp/FacetedBrep.h>
#include <OpenLxApp/OpenLxApp_defines.h>
#include <Topo/Shape.h>
#include <Topo/ShapeTool.h>
#include <memory>
Go to the source code of this file.
Namespaces | |
OpenLxApp | |
Functions | |
OPENLXAPP_EXPORT std::shared_ptr< ExtrudedAreaSolid > | OpenLxApp::createExtrudedAreaSolid (std::shared_ptr< Document > aDoc, pConstShape aShape, Topo::ShapeTool::BuildingElementHintEnum aHint=Topo::ShapeTool::BuildingElementHintEnum::NO_HINT) |
OPENLXAPP_EXPORT std::shared_ptr< FacetedBrep > | OpenLxApp::createFacetedBrep (std::shared_ptr< Document > aDoc, pConstShape aShape) |
OPENLXAPP_EXPORT std::shared_ptr< AdvancedBrep > | OpenLxApp::createAdvancedBrep (std::shared_ptr< Document > aDoc, pConstShape aShape) |