Export subclasses of Part::Feature
This commit is contained in:
@@ -30,7 +30,7 @@
|
||||
namespace Part
|
||||
{
|
||||
|
||||
class Compound : public Part::Feature
|
||||
class PartExport Compound : public Part::Feature
|
||||
{
|
||||
PROPERTY_HEADER_WITH_OVERRIDE(Part::Compound);
|
||||
|
||||
|
||||
@@ -32,7 +32,7 @@ class FCBRepAlgoAPI_BooleanOperation;
|
||||
namespace Part
|
||||
{
|
||||
|
||||
class Boolean : public Part::Feature
|
||||
class PartExport Boolean : public Part::Feature
|
||||
{
|
||||
PROPERTY_HEADER_WITH_OVERRIDE(Part::Boolean);
|
||||
|
||||
|
||||
@@ -45,7 +45,7 @@ protected:
|
||||
//@}
|
||||
};
|
||||
|
||||
class MultiCommon : public Part::Feature
|
||||
class PartExport MultiCommon : public Part::Feature
|
||||
{
|
||||
PROPERTY_HEADER_WITH_OVERRIDE(Part::MultiCommon);
|
||||
|
||||
|
||||
@@ -45,7 +45,7 @@ protected:
|
||||
//@}
|
||||
};
|
||||
|
||||
class MultiFuse : public Part::Feature
|
||||
class PartExport MultiFuse : public Part::Feature
|
||||
{
|
||||
PROPERTY_HEADER_WITH_OVERRIDE(Part::MultiFuse);
|
||||
|
||||
|
||||
@@ -201,7 +201,7 @@ private:
|
||||
std::vector<std::pair<std::string, PropertyPartShape*>> _elementCachePrefixMap;
|
||||
};
|
||||
|
||||
class FilletBase : public Part::Feature
|
||||
class PartExport FilletBase : public Part::Feature
|
||||
{
|
||||
PROPERTY_HEADER_WITH_OVERRIDE(Part::FilletBase);
|
||||
|
||||
|
||||
@@ -128,7 +128,7 @@ private:
|
||||
static const char* TransitionEnums[];
|
||||
};
|
||||
|
||||
class Thickness : public Part::Feature
|
||||
class PartExport Thickness : public Part::Feature
|
||||
{
|
||||
PROPERTY_HEADER_WITH_OVERRIDE(Part::Thickness);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user