Class: AMSupportRemovalSequence

Methods

Name Description
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))
Swap(Int32, Int32) Swaps two steps in the Removal sequence by name. Returns true if successful and false if unsuccessful Usage: removalSequence.Swap("Base", "Generated Support 1")