wrap_sheet# Modeler3D.wrap_sheet(sheet, object, imprinted=False)[source]# Execute the sheet wrapping around an object. If wrapping produces an unclassified operation it will be reverted. Parameters: sheetstr, ansys.aedt.core.modeler.Object3d.Object3dSheet name or sheet object. objectstr, ansys.aedt.core.modeler.Object3d.Object3dObject name or solid object. imprintedbool, optionalEither if imprint or not over the sheet. Default is False. Returns: boolCommand execution status.