move_with_offset#
- FacePrimitive.move_with_offset(offset: float = 1.0) bool#
Move the face along the normal.
- Parameters:
- offset
float,optional Offset to apply in model units. The default is
1.0.
- offset
- Returns:
- bool
Truewhen successful,Falsewhen failed.
References
>>> oEditor.MoveFaces
Examples
>>> from ansys.aedt.core.modeler.cad.elements_3d import FacePrimitive >>> obj = FacePrimitive() >>> obj.move_with_offset(offset="1mm")