mirror#

Polyline.mirror(position, vector, duplicate=False)[source]#

Mirror a selection.

Parameters:
positionlist of int or float

Cartesian [x, y, z] coordinates or the Application.Position object of a point in the plane used for the mirror operation.

vectorlist of float

Vector in Cartesian coordinates [x1, y1, z1] or the Application.Position object for the vector normal to the plane used for the mirror operation.

Returns:
pyaedt.modeler.cad.object3d.Object3d

3D object. False when failed.

References

>>> oEditor.Mirror