Hello @Lukas
I have the below commands from SpaceClaim scripting. I hope they will work in Discovery as well:
option = WrapOptions()
option.Extrude = True
option.Imprint = False
object = Selection.Create(GetRootPart().Bodies[0].Faces[4])
target = Selection.Create(GetRootPart().Bodies[1])
Wrap.Create(target,object)
Naresh Patre