+ remove feature classes to import/export points
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user