Swap(IAMProcessStep, IAMProcessStep)
|
Swaps two steps in the Removal sequence.
Returns true if successful and false if unsuccessful
Usage:
C#
removalSequence.Swap(
new Ansys.ACT.Automation.Mechanical.AdditiveManufacturing.BaseRemoval(),
new Ansys.ACT.Automation.Mechanical.AdditiveManufacturing.SupportRemoval(supportObj));
Python
removalSequence.Swap(
Ansys.ACT.Automation.Mechanical.AdditiveManufacturing.BaseRemoval(),
Ansys.ACT.Automation.Mechanical.AdditiveManufacturing.SupportRemoval(supportObj))
|