HI Bentraje, thanks for reaching out us.
With regard to your request, I'd like to share few considerations:
- tags can store relevant information for the scene (whether they are visible or invisible)
- tags can be hidden and avoiding copy of visible ones will also prevent the hidden ones to be copied
Because of the above considerations, cloning an object without its tags can be risky and lead to unpredictable results.
That said you can attempt to delivery a clone without tags by using the COPYFLAGS::PRIVATE_NO_TAGS
but aside from this non-officially supported approach, disclosing your final intent might be more helpful.
Can't you consider for example to clone everything and then to remove those tags you know that to your scope are useless?
Best, Riccardo