wrap_sheet#

Modeler2D.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, pyaedt.modeler.Object3d.Object3d

Sheet name or sheet object.

objectstr, pyaedt.modeler.Object3d.Object3d

Object name or solid object.

imprintedbool, optional

Either if imprint or not over the sheet. Default is False.

Returns:
bool

Command execution status.