Sketcher: Change GeometryFacadePy representation
This commit is contained in:
committed by
abdullahtahiriyo
parent
868c2ada73
commit
36e58956c3
@@ -52,14 +52,9 @@ using namespace Sketcher;
|
||||
std::string GeometryFacadePy::representation(void) const
|
||||
{
|
||||
std::stringstream str;
|
||||
str << "<GeometryFacade ( Extension(";
|
||||
str << "<GeometryFacade ( Id=";
|
||||
|
||||
if(getGeometryFacadePtr()->getExtensionName().size()>0)
|
||||
str << "\'" << getGeometryFacadePtr()->getExtensionName() << "\', ";
|
||||
|
||||
str << "Id=";
|
||||
|
||||
str << getGeometryFacadePtr()->getId() << ") >";
|
||||
str << getGeometryFacadePtr()->getId() << " ) >";
|
||||
return str.str();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user