+ extend Python API of selection gate

This commit is contained in:
wmayer
2014-04-03 13:57:57 +02:00
parent 982a555dcb
commit a1e049bc8a
4 changed files with 148 additions and 47 deletions

View File

@@ -43,21 +43,6 @@ SelectionObject::SelectionObject()
{
}
//SelectionObject::SelectionObject( const Gui::SelectionSingleton::SelObj &Obj )
//{
// // moving the information over
// // no pointer is copied, cause is to dangerous to keep pointers to
// // the document outside....
// DocName = Obj.DocName;
// FeatName = Obj.FeatName;
// SubName = Obj.SubName;
// TypeName = Obj.TypeName;
// x = Obj.x;
// y = Obj.y;
// z = Obj.z;
//
//}
SelectionObject::~SelectionObject()
{
}