+ remove feature classes to import/export points

This commit is contained in:
wmayer
2015-12-30 15:16:22 +01:00
parent bc4f4de54b
commit ba5cdf386d
10 changed files with 66 additions and 259 deletions

View File

@@ -75,28 +75,6 @@ public:
PropertyPointKernel Points; /**< The point kernel property. */
};
/**
* The Export class writes a point cloud to a file.
* @author Werner Mayer
*/
class Export : public Feature
{
PROPERTY_HEADER(Points::Export);
public:
Export();
App::PropertyLinkList Sources;
App::PropertyString FileName;
App::PropertyString Format;
/** @name methods override Feature */
//@{
/// recalculate the Feature
virtual App::DocumentObjectExecReturn *execute(void);
//@}
};
typedef App::FeaturePythonT<Feature> FeaturePython;
} //namespace Points