subtract#
- Modeler2D.subtract(blank_list, tool_list, keep_originals=True, **kwargs)#
Subtract objects.
- Parameters:
- blank_list
str,Object3d,intorListofstr,intandObject3d. List of objects to subtract from. The list can be of either
ansys.aedt.core.modeler.cad.object_3d.Object3dobjects or object IDs.- tool_list
list,str List of objects to subtract. 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
Truewhen successful,Falsewhen failed.
References
>>> oEditor.Subtract