Import a Part Body in Visual Scripting

Hi,

I would like to import a 3D part in my Visual Scripting, so i can then perform Boolean operations and other using this geometry. 

 

When I import the Body in VS, the type of the input is a "Body Feature", which cannot be used in operations like "Remove" which need in input a "Body Volume". In addition, when I try to use the block "Convert" to change the type to a volume, it outputs void. 

 

I managed to obtain what I wanted by importing a Copy with Link of my body instead of my Body directly, and then converting it to a volume. However, I would be glad to know if somebody knows how to manipulate my Body in VS wwithout having to copy it first.

 

Thanks in advance !