${OpenCASCADE_DataExchange_LIBRARIES}
${OpenCASCADE_ModelingAlgorithms_LIBRARIES}
${OpenCASCADE_ApplicationFramework_LIBRARIES}
+ ${QT_LIBRARIES}
)
ADD_DEFINITIONS(-DGEOMALGOAPI_EXPORTS ${OpenCASCADE_DEFINITIONS})
#include <GeomAPI_Shape.h>
#include <string>
-
+#include <QPixmap>
/// Implementation of the import STL files algorithms
GEOMALGOAPI_EXPORT
std::shared_ptr<GeomAPI_Shape> ImageImport(const std::string& theFileName,
#include <GeomAPI_Vertex.h>
#include <map>
#include <set>
+#ifdef WIN32
+ #include<array>
+#endif WIN32
class GeomAPI_Ax1;
class GeomAPI_Edge;
* Provides a shape that may be displayed in the viewer.
* Intermediate, light result that in many cases produces a result on the fly.
*/
-class ModelAPI_ResultConstruction : public ModelAPI_Result
+MODELAPI_EXPORT class ModelAPI_ResultConstruction : public ModelAPI_Result
{
public:
- ModelAPI_ResultConstruction();
+ MODELAPI_EXPORT ModelAPI_ResultConstruction();
/// Returns the group identifier of this result
MODELAPI_EXPORT virtual std::string groupName();
INCLUDE_DIRECTORIES(${QT_INCLUDES})
# additional preprocessor / compiler flags
-ADD_DEFINITIONS(${QT_DEFINITIONS})
+ADD_DEFINITIONS(${QT_DEFINITIONS} ${OpenCASCADE_DEFINITIONS})
SET(UPDATE_TRANSLATION OFF)
SketcherPrs
${QT_LIBRARIES}
${OpenCASCADE_FoundationClasses_LIBRARIES}
+ ${OpenCASCADE_ApplicationFramework_LIBRARIES}
+ ${OCCViewer}
)
# sources / moc wrappings
INCLUDE_DIRECTORIES(${APPELEMENTS_INCLUDE_DIR})
ENDIF(${HAVE_SALOME})
-
ADD_DEFINITIONS(-DPARTSET_EXPORTS ${OpenCASCADE_DEFINITIONS})
ADD_LIBRARY(PartSet SHARED
${PROJECT_SOURCES}