OpenLexocad
28.0
|
#include <Geom/Pln.h>
#include <OpenLxApp/CurveBoundedPlane.h>
#include <OpenLxApp/Document.h>
#include <OpenLxApp/FaceBasedSurfaceModel.h>
#include <Topo/Shape.h>
#include <memory>
Go to the source code of this file.
Namespaces | |
OpenLxApp | |
Functions | |
LX_OPENLXAPP_EXPORT std::shared_ptr< CurveBoundedPlane > | OpenLxApp::createRectangularTrimmedPlane (std::shared_ptr< Document > aDoc, const Geom::Pln &aPln, double aWidth, double aHeight) |
LX_OPENLXAPP_EXPORT std::shared_ptr< CurveBoundedPlane > | OpenLxApp::createCurveBoundedPlaneFromFace (std::shared_ptr< Document > aDoc, pConstFace aFace) |
LX_OPENLXAPP_EXPORT std::shared_ptr< FaceBasedSurfaceModel > | OpenLxApp::createFaceBasedSurfaceModel (std::shared_ptr< Document > aDoc, pConstMesh aMesh) |