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

missing

parent e5868a0f
No related branches found
No related tags found
No related merge requests found
......@@ -188,8 +188,8 @@ public:
void addVertex(int tag, double x, double y, double z){}
void addLine(int tag, int startTag, int endTag){}
void addCircleArc(int tag, int startTag, int centerTag, int endTag){}
void addBezier(int tag, std::vector<int> vertexTags);
void addBSpline(int tag, std::vector<int> vertexTags);
void addBezier(int tag, std::vector<int> vertexTags){};
void addBSpline(int tag, std::vector<int> vertexTags){};
void addLineLoop(int tag, std::vector<int> edgeTags){}
void addRectangle(int tag, double x1, double y1, double z1,
double x2, double y2, double z2){}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment