mirror#
- Polyline.mirror(origin, vector, duplicate=False)#
Mirror a selection.
- Parameters:
- origin
listofintorfloat Cartesian
[x, y, z]coordinates or theApplication.Positionobject of a point in the plane used for the mirror operation.- vector
listoffloat Vector in Cartesian coordinates
[x1, y1, z1]or theApplication.Positionobject for the vector normal to the plane used for the mirror operation.- duplicatebool,
optional Whether to duplicate the object after mirroring it .n. The default is
False, in which case AEDT is not duplicating the object.
- origin
- Returns:
ansys.aedt.core.modeler.cad.object_3d.Object3d3D object.
Falsewhen failed.
References
>>> oEditor.Mirror