Salome HOME
bos #29171 Refactor testing procedure
[modules/smesh.git] / doc / examples / transforming_meshes_ex04.py
1 # Symmetry
2
3 from mechanic import *
4
5 # create a symmetrical copy of the mesh mirrored through a point
6 axis = SMESH.AxisStruct(0, 0, 0, 0, 0, 0)
7
8 mesh.Mirror([], axis, smesh_builder.POINT, 1)