void twb_xd_std_boolean::boollean( std::vector<TaggedObject *> target_bodys , std::vector<tag_t> tool_bodys )
{
tag_t frec_eid = NULL_TAG;
for (int i = 0; i < target_bodys.size(); i++)
{
for (int j = 0; j < tool_bodys.size(); j++)
{
UF_MODL_subtract_bodies_with_retained_options( target_bodys[i]->Tag() ,tool_bodys[j] ,false ,true ,&frec_eid );//布尔减腔
}
}
}