Show / Hide Table of Contents

    Class EmbedStudAttachment

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

    Constructors

    EmbedStudAttachment()

    Declaration
    public EmbedStudAttachment()

    Properties

    Grade

    This is the grade of steel for all of the shear studs that are a part of this pattern. This applies to embed plates, angles and channels.

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

    HeadDiameter

    The diameter of the shear stud's head. Making this diameter the same as the stud "Diameter" results in shear studs without heads.

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

    HeadThickness

    The thickness of the shear study's head.

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

    Length

    The distance between the two ends of the shear studs. The head is included in the length of a shear stud. This applies to embed plates, angles and channels.

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

    RelativeWebRotation

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

    Methods

    Equals(object)

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

    ~EmbedStudAttachment()

    Declaration
    protected ~EmbedStudAttachment()

    GetHashCode()

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