Show / Hide Table of Contents

    Class DeformedBarAttachmentEnd

    Inheritance
    object
    DeformedBarAttachmentEnd
    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 DeformedBarAttachmentEnd

    Properties

    BendAngle

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

    BendDistance

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

    HookAngle

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

    Length

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

    OperationType

    Declaration
    public EmbedDeformedBarEndOperation OperationType { get; }
    Property Value
    Type Description
    EmbedDeformedBarEndOperation

    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)

    ~DeformedBarAttachmentEnd()

    Declaration
    protected ~DeformedBarAttachmentEnd()

    GetHashCode()

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