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?
November 30, 2023 at 2:59 pm
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