wrap_sheet#

Modeler3D.wrap_sheet(sheet: str | Object3d, object: str | Object3d, imprinted: bool = False) bool#

Execute the sheet wrapping around an object.

If wrapping produces an unclassified operation it will be reverted.

Parameters:
sheetstr, ansys.aedt.core.modeler.cad.object_3d.Object3d

Sheet name or sheet object.

objectstr, ansys.aedt.core.modeler.cad.object_3d.Object3d

Object name or solid object.

imprintedbool, optional

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

Returns:
bool

Command execution status.