MStatus stat = MS::kSuccess;MArgDatabase argDB(syntax(), args, &stat);// get shape - first selected objectMSelectionList list;argDB.getObjects(list);MDagPath dagPath;list.getDagPath(0, dagPath);// get my shape ? how ?MySurfShape* p_shape = ?????