IndexOf(IAMProcessStep)

Returns index of removal object Returns -1 if removal object not found Usage: C# index1 = removalSequence.IndexOf(new Ansys.ACT.Automation.Mechanical.AdditiveManufacturing.BaseRemoval()); index2 = removalSequence.IndexOf(new Ansys.ACT.Automation.Mechanical.AdditiveManufacturing.SupportRemoval(supportObj)); Python index1 = removalSequence.IndexOf(Ansys.ACT.Automation.Mechanical.AdditiveManufacturing.BaseRemoval()); index2 = removalSequence.IndexOf(Ansys.ACT.Automation.Mechanical.AdditiveManufacturing.SupportRemoval(supportObj));

Declaration Syntax

public virtual int IndexOf(IAMProcessStep item)

Parameters

item(IAMProcessStep)

No details are provided for this entry.