if( sub_type == UF_solid_body_subtype )
{
UF_MODL_ask_body_type (solid, &body_type );
if( body_type == UF_MODL_SOLID_BODY )
break; // get one solid object and go out of loop
}
}
if( solid != NULL_TAG )
uc1601( "hoho, got it ", 1 ); //just for a pause