SpaceClaim.AddIn.Unfold.TessellateLoftButtonCapsule.TessellateLoftButtonCapsule C# (CSharp) Method

TessellateLoftButtonCapsule() public method

public TessellateLoftButtonCapsule ( RibbonCollectionCapsule parent, ButtonSize buttonSize ) : System
parent SpaceClaim.AddInLibrary.RibbonCollectionCapsule
buttonSize ButtonSize
return System
        public TessellateLoftButtonCapsule(RibbonCollectionCapsule parent, ButtonSize buttonSize)
            : base("Loft", Resources.TessellateLoftCommandText, Resources.TessellateLoft, Resources.TessellateLoftCommandHint, parent, buttonSize)
        {
            Values[Resources.TessellateLoftStepSize] = new RibbonCommandValue(Settings.Default.TessellateLoftStepSize);
        }