move_face#

Modeler2D.move_face(faces, offset=1.0)[source]#

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:
faceslist

List of Face ID or List of pyaedt.modeler.Object3d.FacePrimitive object or mixed.

offsetfloat, optional

Offset to apply in model units. The default is 1.0.

Returns:
bool

True when successful, False when failed.

References

>>> oEditor.MoveFaces