[TD]use UUID for CosmeticEdges instead of indices
This commit is contained in:
@@ -136,7 +136,7 @@ public:
|
||||
//Are removeXXXXX functions really needed for GO?
|
||||
int addCosmeticVertex(Base::Vector3d pos, int link = -1);
|
||||
int addCosmeticVertex(Base::Vector3d pos, std::string tagString, int link = -1);
|
||||
int addCosmeticEdge(TechDraw::BaseGeom* bg, int s = 0, int si = -1);
|
||||
int addCosmeticEdge(TechDraw::BaseGeom* bg, int s = 0);
|
||||
int addCenterLine(TechDraw::BaseGeom* bg, int s = 0, int si = -1);
|
||||
|
||||
protected:
|
||||
|
||||
Reference in New Issue
Block a user