Show / Hide Table of Contents

    Class BaseCapPlateLeg

    One leg off a base/cap plate

    Inheritance
    System.Object
    BaseCapPlateLeg
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ToString()
    System.Object.ReferenceEquals(System.Object, System.Object)
    Namespace: DesignData.SDS2.Setup
    Assembly: DesignData.SDS2.Setup.dll
    Syntax
    public class BaseCapPlateLeg

    Properties

    LatitudeHoleCount

    Number of columns of holes

    Declaration
    public int LatitudeHoleCount { get; }
    Property Value
    Type Description
    System.Int32

    LatitudeHoleSpacing

    Distance between each hole column

    Declaration
    public double LatitudeHoleSpacing { get; }
    Property Value
    Type Description
    System.Double

    LatitudeToFirstHole

    The distance from the center of the plate to the center of the first hole, on this leg, on the X axis.

    Declaration
    public double LatitudeToFirstHole { get; }
    Property Value
    Type Description
    System.Double

    Length

    The length of the leg - how far it juts out from the edge of the plate

    Declaration
    public double Length { get; }
    Property Value
    Type Description
    System.Double

    LongitudeFarSideHoleCount

    Number of rows of holes for the far side group

    Declaration
    public int LongitudeFarSideHoleCount { get; }
    Property Value
    Type Description
    System.Int32

    LongitudeHoleSpacingFarSide

    Distance between each hole row, on the far side group.

    Declaration
    public double LongitudeHoleSpacingFarSide { get; }
    Property Value
    Type Description
    System.Double

    LongitudeHoleSpacingNearSide

    Distance between each hole row, on the near side group.

    Declaration
    public double LongitudeHoleSpacingNearSide { get; }
    Property Value
    Type Description
    System.Double

    LongitudeNearSideHoleCount

    Number of rows of holes for the near side group

    Declaration
    public int LongitudeNearSideHoleCount { get; }
    Property Value
    Type Description
    System.Int32

    LongitudeToFirstHoleFarSide

    The distance from the center of the plate to the center of the first hole, on this leg, in the Y axis on the far side.

    Declaration
    public double LongitudeToFirstHoleFarSide { get; }
    Property Value
    Type Description
    System.Double

    LongitudeToFirstHoleNearSide

    The distance from the center of the plate to the center of the first hole, on this leg, in the Y axis on the near side.

    Declaration
    public double LongitudeToFirstHoleNearSide { get; }
    Property Value
    Type Description
    System.Double

    Methods

    Dispose(Boolean)

    Declaration
    protected virtual void Dispose(bool disposing)
    Parameters
    Type Name Description
    System.Boolean disposing

    Finalize()

    Declaration
    protected void Finalize()
    Back to top