Skip to content
Snippets Groups Projects
Commit c9f07355 authored by Van Dung Nguyen's avatar Van Dung Nguyen
Browse files

missing func

parent df99cf14
No related branches found
No related tags found
No related merge requests found
......@@ -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],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment