Code

Filter effects dialog:
[inkscape.git] / src / box3d-face.h
index 08729150e2119b97532a4d3d7b4999f79d670717..61c13432d7bad100f1a7dfc498acdcbfe101e7b8 100644 (file)
@@ -42,9 +42,10 @@ public:
     void set_corners (NR::Point &A, NR::Point &B, NR::Point &C, NR::Point &D);
     void set_face (NR::Point const A, NR::Point const C, Box3D::Axis const dir1, Box3D::Axis const dir2);
     
-    void hook_path_to_3dbox();
+    void hook_path_to_3dbox(SPPath * existing_path = NULL);
     void set_path_repr();
     void set_curve();
+    gchar * axes_string();
     gchar * svg_repr_string();
 
 private:
@@ -52,6 +53,8 @@ private:
 
     Box3D::Axis dir1;
     Box3D::Axis dir2;
+
+    Box3D::FrontOrRear front_or_rear;
     
     SPPath *path;
     SP3DBox *parent_box3d;