From c9f073557564393cbfad4d1ee4b7198743921912 Mon Sep 17 00:00:00 2001
From: Van Dung Nguyen <vandung.nguyen@ulg.ac.be>
Date: Fri, 10 Feb 2017 16:45:33 +0000
Subject: [PATCH] missing func

---
 Geo/GModelIO_OCC.h | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/Geo/GModelIO_OCC.h b/Geo/GModelIO_OCC.h
index 10b130bc23..a905cca730 100644
--- a/Geo/GModelIO_OCC.h
+++ b/Geo/GModelIO_OCC.h
@@ -232,6 +232,10 @@ public:
   void extrude(int tag, std::vector<int> inTags[4],
                double dx, double dy, double dz,
                std::vector<int> outTags[4]){}
+  void revolve(int tag, std::vector<int> inTags[4],
+               double x, double y, double z, double dx, double dy, double dz,
+               double angle, std::vector<int> outTags[4]){};
+
   void applyBooleanOperator(int tag, BooleanOperator op,
                             std::vector<int> shapeTags[4],
                             std::vector<int> toolTags[4],
-- 
GitLab