Returns index of removal object
Returns true if successful and false if unsuccessful
Usage:
C#
index1 = removalSequence.Find(new Ansys.ACT.Automation.Mechanical.AdditiveManufacturing.BaseRemoval());
index2 = removalSequence.Find(new Ansys.ACT.Automation.Mechanical.AdditiveManufacturing.SupportRemoval(supportObj));
Python
index1 = removalSequence.Find(Ansys.ACT.Automation.Mechanical.AdditiveManufacturing.BaseRemoval());
index2 = removalSequence.Find(Ansys.ACT.Automation.Mechanical.AdditiveManufacturing.SupportRemoval(supportObj));
Examples