[TD]fix ExtendShorten handling of CenterLine
This commit is contained in:
committed by
WandererFan
parent
abd8e3a46e
commit
d36cbb522a
@@ -281,7 +281,8 @@ std::string CosmeticExtension::addCenterLine(Base::Vector3d start,
|
||||
Base::Vector3d end)
|
||||
{
|
||||
// Base::Console().Message("CEx::addCenterLine(%s)\n",
|
||||
// DrawUtil::formatVector(pos).c_str());
|
||||
// DrawUtil::formatVector(start).c_str(),
|
||||
// DrawUtil::formatVector(end).c_str());
|
||||
std::vector<CenterLine*> cLines = CenterLines.getValues();
|
||||
TechDraw::CenterLine* cl = new TechDraw::CenterLine(start, end);
|
||||
cLines.push_back(cl);
|
||||
|
||||
Reference in New Issue
Block a user