move_edge#

Modeler3D.move_edge(edges, offset=1.0)[source]#

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

List of Edge ID or List of pyaedt.modeler.Object3d.EdgePrimitive 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.MoveEdges