move_edge#
- Modeler3D.move_edge(assignment, offset=1.0)#
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[
ansys.aedt.core.modeler.cad.elements_3d.EdgePrimitive
] object or mixed.- offset
float
,optional
Offset to apply in model units. The default is
1.0
.
- assignment
- Returns:
- bool
True
when successful,False
when failed.
References
>>> oEditor.MoveEdges