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:
- sheet
str,int,oransys.aedt.core.modeler.cad.object_3d.Object3d Sheet name, id, or sheet object.
- object
list,str,int,oransys.aedt.core.modeler.cad.object_3d.Object3d Object name, id, or solid object to be projected on.
- thickness
float,str Thickness of the projected sheet in model units.
- draft_angle
float,str,optional Draft angle for the projection. Default is
0.- angle_unit
str,optional Angle unit. Default is
deg.- keep_originalsbool,
optional Whether to keep the original objects. Default is
True.
- sheet
- Returns:
- bool
Truewhen successful,Falsewhen failed.
References
>>> oEditor.ProjectSheet