Fem: scale imported vtk data set
This commit is contained in:
@@ -77,7 +77,6 @@ public:
|
||||
App::PropertyEnumeration Field;
|
||||
App::PropertyEnumeration VectorMode;
|
||||
App::PropertyPercent Transparency;
|
||||
App::PropertyEnumeration Scale;
|
||||
|
||||
void attach(App::DocumentObject *pcObject);
|
||||
void setDisplayMode(const char* ModeName);
|
||||
@@ -146,8 +145,6 @@ protected:
|
||||
vtkSmartPointer<vtkExtractEdges> m_wireframe, m_wireframeSurface;
|
||||
vtkSmartPointer<vtkVertexGlyphFilter> m_points, m_pointsSurface;
|
||||
|
||||
static const char* ScaleEnums[];
|
||||
|
||||
private:
|
||||
void updateProperties();
|
||||
void update3D();
|
||||
|
||||
Reference in New Issue
Block a user