imprint#
- Modeler3D.imprint(blank_list, tool_list, keep_originals=True)[source]#
Imprin an object list on another object list.
- Parameters:
- blank_list
list
of
Object3d
orlist
of
int
List of objects to imprint from. The list can be of either
ansys.aedt.core.modeler.Object3d.Object3d
objects or object IDs.- tool_list
list
of
Object3d
orlist
of
int
List of objects to imprint. The list can be of either Object3d objects or object IDs.
- keep_originalsbool,
optional
Whether to keep the original objects. The default is
True
.
- blank_list
- Returns:
- bool
True
when successful,False
when failed.
References
>>> oEditor.Imprint