Ansys Learning Forum Forums Discuss Simulation 3D Design Is there a way to mirror a component using script in spaceclaim? Reply To: Is there a way to mirror a component using script in spaceclaim?

Damian Rodolfo
Subscriber

for those wondering i figured out what command it was:

# Mirror
selection = Component
mirrorPlane = DatumPlane1
options = MirrorOptions()
result = MirrorComponents.Execute(selection, mirrorPlane, Info#)
# EndBlock