project_sheet#

Modeler3D.project_sheet(sheet, object, thickness, draft_angle=0, angle_unit='deg', keep_originals=True)#

Project sheet on an object.

If projection produces an unclassified operation it will be reverted.

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

Sheet name, id, or sheet object.

objectlist, str, int, or ansys.aedt.core.modeler.cad.object_3d.Object3d

Object name, id, or solid object to be projected on.

thicknessfloat, str

Thickness of the projected sheet in model units.

draft_anglefloat, str, optional

Draft angle for the projection. Default is 0.

angle_unitstr, optional

Angle unit. Default is deg.

keep_originalsbool, optional

Whether to keep the original objects. Default is True.

Returns:
bool

True when successful, False when failed.

References

>>> oEditor.ProjectSheet