wrap_sheet#

Modeler3D.wrap_sheet(sheet_name, object_name, imprinted=False)[source]#

Execute the sheet wrapping around an object. If wrapping produces an unclassified operation it will be reverted.

Parameters:
sheet_namestr, pyaedt.modeler.Object3d.Object3d

Sheet name or sheet object.

object_namestr, 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.