Esempio n. 1
0
        /// <summary>
        /// </summary>
        /// <param name="pegPart"/>
        /// <param name="handled"/>
        /// <param name="prevReturnValue"/>
        /// <returns/>
        public double GET_YIELD0(Mozart.SeePlan.Pegging.PegPart pegPart, ref bool handled, double prevReturnValue)
        {
            FabPegPart pp = pegPart.ToFabPegPart();

            FabStep step = pp.Current.Step;

            return(step.GetYield(pp.FabProduct.ProductID));
        }
Esempio n. 2
0
        public Step GETLASTPEGGINGSTEP(Mozart.SeePlan.Pegging.PegPart pegPart)
        {
            if (InputMart.Instance.GlobalParameters.ApplyCellOutPlan == false)
            {
                return(null);
            }


            FabPegPart pp = pegPart.ToFabPegPart();

            return(pp.Current.Step);;
        }