Show / Hide Table of Contents

    Class BaseCapPlateLeg

    One leg off a base/cap plate

    Inheritance
    object
    BaseCapPlateLeg
    Inherited Members
    object.GetType()
    object.MemberwiseClone()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    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
    int

    LatitudeHoleSpacing

    Distance between each hole column

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

    LatitudeToFirstHole

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

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

    Length

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

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

    LongitudeFarSideHoleCount

    Number of rows of holes for the far side group

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

    LongitudeHoleSpacingFarSide

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

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

    LongitudeHoleSpacingNearSide

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

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

    LongitudeNearSideHoleCount

    Number of rows of holes for the near side group

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

    LongitudeToFirstHoleFarSide

    The distance from the center of the base cap 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
    double

    LongitudeToFirstHoleNearSide

    The distance from the center of the base cap 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
    double

    Methods

    Dispose(bool)

    One leg off a base/cap plate

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

    ~BaseCapPlateLeg()

    One leg off a base/cap plate

    Declaration
    protected ~BaseCapPlateLeg()
    Back to top