Part: Add missing PartExports in Part Features
This commit is contained in:
committed by
Benjamin Nauck
parent
01241245a1
commit
caa841c960
@@ -29,7 +29,7 @@
|
||||
namespace Part
|
||||
{
|
||||
|
||||
class Chamfer : public Part::FilletBase
|
||||
class PartExport Chamfer : public Part::FilletBase
|
||||
{
|
||||
PROPERTY_HEADER_WITH_OVERRIDE(Part::Chamfer);
|
||||
|
||||
|
||||
@@ -29,7 +29,7 @@
|
||||
namespace Part
|
||||
{
|
||||
|
||||
class Fillet : public Part::FilletBase
|
||||
class PartExport Fillet : public Part::FilletBase
|
||||
{
|
||||
PROPERTY_HEADER_WITH_OVERRIDE(Part::Fillet);
|
||||
|
||||
|
||||
@@ -32,7 +32,7 @@
|
||||
namespace Part
|
||||
{
|
||||
|
||||
class RuledSurface : public Part::Feature
|
||||
class PartExport RuledSurface : public Part::Feature
|
||||
{
|
||||
PROPERTY_HEADER_WITH_OVERRIDE(Part::RuledSurface);
|
||||
|
||||
@@ -64,7 +64,7 @@ private:
|
||||
static const char* OrientationEnums[];
|
||||
};
|
||||
|
||||
class Loft : public Part::Feature
|
||||
class PartExport Loft : public Part::Feature
|
||||
{
|
||||
PROPERTY_HEADER_WITH_OVERRIDE(Part::Loft);
|
||||
|
||||
@@ -96,7 +96,7 @@ private:
|
||||
static App::PropertyIntegerConstraint::Constraints Degrees;
|
||||
};
|
||||
|
||||
class Sweep : public Part::Feature
|
||||
class PartExport Sweep : public Part::Feature
|
||||
{
|
||||
PROPERTY_HEADER_WITH_OVERRIDE(Part::Sweep);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user