Move an input edge or a list of input edges of a specific object.
This method moves an edge or a list of edges which belong to the same solid.
- Parameters:
- assignment
list
List of Edge ID or List of ansys.aedt.core.modeler.Object3d.EdgePrimitive
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