Boolean AMSupportRemovalSequence.Swap(IAMProcessStep param1, IAMProcessStep param2)

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))

Parameters

Return Value

Type: Boolean