Returns the wire body, if any, that exists in this shell. Returns null if the shell doesn't have a wire body.
# Get the value of the property.propertyValue = bRepShell_var.wire
#include <Fusion/BRep/BRepShell.h>// Get the value of the property.Ptr<BRepWire> propertyValue = bRepShell_var->wire();