mirror#
- Object3d.mirror(origin, vector, duplicate=False)[source]#
Mirror a selection.
- Parameters:
- origin
list
of
int
orfloat
Cartesian
[x, y, z]
coordinates or theApplication.Position
object of a point in the plane used for the mirror operation.- vector
list
of
float
Vector in Cartesian coordinates
[x1, y1, z1]
or theApplication.Position
object 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.Object3d
3D object.
False
when failed.
References
>>> oEditor.Mirror