CascadeSharp.TKBool.BRepFill.BRepFill_SequenceOfFaceAndOrder.InsertBefore C# (CSharp) Method

InsertBefore() public method

public InsertBefore ( int theIndex, BRepFill_FaceAndOrder theItem ) : void
theIndex int
theItem BRepFill_FaceAndOrder
return void
        public void InsertBefore(int theIndex, BRepFill_FaceAndOrder theItem)
        {
            throw new NotImplementedException();
        }

Same methods

BRepFill_SequenceOfFaceAndOrder::InsertBefore ( int theIndex, BRepFill_SequenceOfFaceAndOrder theSeq ) : void