Show / Hide Table of Contents

    Class DeformedBarAttachmentEnd

    Inheritance
    System.Object
    DeformedBarAttachmentEnd
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ToString()
    System.Object.ReferenceEquals(System.Object, System.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
    System.Double

    BendDistance

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

    HookAngle

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

    Length

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

    OperationType

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

    Methods

    Dispose(Boolean)

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

    Finalize()

    Declaration
    protected void Finalize()
    Back to top