Show / Hide Table of Contents

    Enum HolePatternRelativeGridPosition

    Relative positions describing the SDS2 grid hole patterns

    Namespace: DesignData.SDS2.Model
    Assembly: DesignData.SDS2.Model.dll
    Syntax
    public enum HolePatternRelativeGridPosition

    Fields

    Name Description
    AboveLeft

    One grid of holes are above and to the left of the reference point

    AboveRight

    One grid of holes are above and to the right of the reference point

    BelowLeft

    One grid of holes are below and to the left of the reference point

    BelowRight

    One grid of holes are below and to the right of the reference point

    FourGrids

    Four grids of holes are symmetric to the X and Y axes

    TwoGridsAbove

    Two grids of holes are above the reference point and symmetric to the Y axis

    TwoGridsBelow

    Two grids of holes are below the reference point and symmetric to the Y axis

    TwoGridsLeft

    Two grids of holes are left of the reference point and symmetric to the X axis

    TwoGridsRight

    Two grids of holes are right of the reference point and symmetric to the X axis

    Back to top