myTitle = VISU::Storable::FindValue(theMap,"myTitle").toLatin1().data();
myOrientation = ( VISU::Table::Orientation )( VISU::Storable::FindValue(theMap,"myOrientation").toInt() );
mySObj = SALOMEDS::SObject::_duplicate(SO);
+ mySObj->Register();
return Build( true );
}
/*!
{
if(MYDEBUG) MESSAGE(GetComment());
mySObj = SALOMEDS::SObject::_duplicate(theSO);
+ mySObj->Register();
SetName(VISU::Storable::FindValue(theMap,"myName").toLatin1().data(), false);
myHRow = VISU::Storable::FindValue(theMap,"myHRow").toInt();
myVRow = VISU::Storable::FindValue(theMap,"myVRow").toInt();