Surface: ViewProviderExtend for Surface::Extend object

This is created by the Surface_ExtendFace command.
This commit is contained in:
vocx-fc
2020-09-30 13:45:32 -05:00
committed by wmayer
parent 3ec05cefcb
commit 7750c4dfbf
5 changed files with 92 additions and 2 deletions

View File

@@ -53,6 +53,10 @@ public:
// recalculate the feature
App::DocumentObjectExecReturn *execute(void) override;
short mustExecute() const override;
/// returns the type name of the view provider
const char* getViewProviderName(void) const override {
return "SurfaceGui::ViewProviderExtend";
}
protected:
virtual void onChanged(const App::Property* prop) override;