using Grasshopper.Kernel;
using System;
using System.Collections.Generic;
using System.Runtime.Versioning;

namespace FeMM.Grasshopper.Components.MeCheck2
{
#if NETCOREAPP
    [SupportedOSPlatform("windows")]
#endif
    public class PrintCheckImageMeCheckForceComponentV1_OBSOLETE : PrintCheckImageMeCheckForceComponentBase
    {
        public PrintCheckImageMeCheckForceComponentV1_OBSOLETE()
          : base()
        {
        }

        public override GH_Exposure Exposure => GH_Exposure.hidden;

        /// <summary>
        /// Gets the unique ID for this component. Do not change this ID after release.
        /// </summary>
        public override Guid ComponentGuid => new("3E421B4B-0E9B-4AC6-9CDC-6319DC18E632");

        protected override void GetInputMarks(IGH_DataAccess DA, ref int nnn, ref bool showMarks, List<double> customMarks)
        {
        }

        protected override void RegisterInputMarks(GH_InputParamManager pManager)
        {
        }
    }
}
303 files24 directories