SceneGraphObject o=(SceneGraphObject)getGraphObject();
Node n=getSceneGraphNode();
AttachDetach ad=null;
if(n!=null && n.isLive()){
ad=new AttachDetach(n);
ad.detach();
}
Object clone=null;
if(o instanceof Group){
clone=((Group)o).cloneTree(deepClone);
}