Move an input face or a list of input faces of a specific object.
This method moves a face or a list of faces which belong to the same solid.
- Parameters:
- assignment
list
List of Face ID or List of ansys.aedt.core.modeler.Object3d.FacePrimitive
object or mixed.
- offset
float
, optional
Offset to apply in model units. The default is 1.0
.
- Returns:
- bool
True
when successful, False
when failed.
References