Show / Hide Table of Contents

    Class EmbedHoleAttachment

    Inheritance
    object
    EmbedHoleAttachment
    Inherited Members
    object.GetType()
    object.MemberwiseClone()
    object.ToString()
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    Namespace: DesignData.SDS2.Setup
    Assembly: DesignData.SDS2.Setup.dll
    Syntax
    public class EmbedHoleAttachment

    Properties

    AddBolt

    Declaration
    public bool AddBolt { get; }
    Property Value
    Type Description
    bool

    AddNut

    Declaration
    public bool AddNut { get; }
    Property Value
    Type Description
    bool

    AddWasherUnderHead

    Declaration
    public bool AddWasherUnderHead { get; }
    Property Value
    Type Description
    bool

    AddWasherUnderNut

    Declaration
    public bool AddWasherUnderNut { get; }
    Property Value
    Type Description
    bool

    AttachLocation

    Declaration
    public EmbedAttachLocation AttachLocation { get; }
    Property Value
    Type Description
    EmbedAttachLocation

    AttachOrientation

    Declaration
    public EmbedAttachOrientation AttachOrientation { get; }
    Property Value
    Type Description
    EmbedAttachOrientation

    BoltDiameter

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

    BoltFinish

    Declaration
    public string BoltFinish { get; }
    Property Value
    Type Description
    string

    BoltGrip

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

    BoltLength

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

    BoltType

    Declaration
    public BoltType BoltType { get; }
    Property Value
    Type Description
    BoltType

    ChannelToeForEndOperation

    Declaration
    public EmbedChannelToeForEndOperation ChannelToeForEndOperation { get; }
    Property Value
    Type Description
    EmbedChannelToeForEndOperation

    Column

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

    ColumnLeftEdgeDistance

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

    ColumnLocationMethod

    Declaration
    public EmbedColumnLocationMethod ColumnLocationMethod { get; }
    Property Value
    Type Description
    EmbedColumnLocationMethod

    ColumnOrigin

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

    ColumnRightEdgeDistance

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

    ColumnSpacing

    Declaration
    public DoubleList ColumnSpacing { get; }
    Property Value
    Type Description
    DoubleList

    FlipBolt

    Declaration
    public bool FlipBolt { get; }
    Property Value
    Type Description
    bool

    HeadWasherThickness

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

    HeadWasherWidth

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

    IsBoltGripInside

    Declaration
    public bool IsBoltGripInside { get; }
    Property Value
    Type Description
    bool

    NutGrade

    Declaration
    public string NutGrade { get; }
    Property Value
    Type Description
    string

    NutType

    Declaration
    public string NutType { get; }
    Property Value
    Type Description
    string

    NutWasherThickness

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

    NutWasherWidth

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

    Row

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

    RowOrigin

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

    RowSpacing

    Declaration
    public DoubleList RowSpacing { get; }
    Property Value
    Type Description
    DoubleList

    SlotLength

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

    SlotRotation

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

    StudDiameter

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

    UseShopBolt

    Declaration
    public bool UseShopBolt { get; }
    Property Value
    Type Description
    bool

    UseTensionControlBolt

    Declaration
    public bool UseTensionControlBolt { get; }
    Property Value
    Type Description
    bool

    WasherGradeUnderHead

    Declaration
    public string WasherGradeUnderHead { get; }
    Property Value
    Type Description
    string

    WasherGradeUnderNut

    Declaration
    public string WasherGradeUnderNut { get; }
    Property Value
    Type Description
    string

    WasherTypeUnderHead

    Declaration
    public string WasherTypeUnderHead { get; }
    Property Value
    Type Description
    string

    WasherTypeUnderNut

    Declaration
    public string WasherTypeUnderNut { get; }
    Property Value
    Type Description
    string

    Methods

    Dispose(bool)

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

    Equals(object)

    Declaration
    public override bool Equals(object other)
    Parameters
    Type Name Description
    object other
    Returns
    Type Description
    bool
    Overrides
    object.Equals(object)

    ~EmbedHoleAttachment()

    Declaration
    protected ~EmbedHoleAttachment()

    GetHashCode()

    Declaration
    public override int GetHashCode()
    Returns
    Type Description
    int
    Overrides
    object.GetHashCode()
    Back to top