Code

Write distinguished corners of 3D boxes to the svg representation from which the...
[inkscape.git] / src / box3d-face.h
index 04e012b41d7f0306f958261cb3eee872f4cc63fa..61c13432d7bad100f1a7dfc498acdcbfe101e7b8 100644 (file)
@@ -42,7 +42,7 @@ 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();