Show / Hide Table of Contents

    Class TurnbuckleShape

    A Shape derived class.

    Inheritance
    object
    Shape
    TurnbuckleShape
    Inherited Members
    Shape.GetHashCode()
    Shape.Equals(object)
    Shape.SectionSize
    Shape.IsAvailable
    Shape.SourceReference
    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 TurnbuckleShape : Shape

    Constructors

    TurnbuckleShape()

    A Shape derived class.

    Declaration
    public TurnbuckleShape()

    Properties

    Capacity

    The strength/capacity of the turnbuckle

    Declaration
    public double Capacity { get; set; }
    Property Value
    Type Description
    double

    InsideDiameter

    The width of the opening on the inside of the turnbuckle. This is documented as "e" in SDS2's material file editor.

    Declaration
    public double InsideDiameter { get; set; }
    Property Value
    Type Description
    double

    Length

    The length of the turnbuckle opening, from the inside end of one set of threads to the inside end of the other side. Not inclusive of the treaded part.

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

    OutsideDiameter

    The width of the outside of the turnbuckle. This is documented a "g" in SDS2's material file editor.

    Declaration
    public double OutsideDiameter { get; set; }
    Property Value
    Type Description
    double

    RodDiameter

    The diameter of the rod

    Declaration
    public double RodDiameter { get; set; }
    Property Value
    Type Description
    double

    TapThreadLength

    The length of the threaded section on each side of the turnbuckle. This is documented as "n" in SDS2's material file editor.

    Declaration
    public double TapThreadLength { get; set; }
    Property Value
    Type Description
    double

    Weight

    The weight of the turnbuckle

    Declaration
    public double Weight { get; set; }
    Property Value
    Type Description
    double

    Methods

    Dispose(bool)

    A Shape derived class.

    Declaration
    protected override void Dispose(bool disposing)
    Parameters
    Type Name Description
    bool disposing
    Overrides
    Shape.Dispose(bool)
    Back to top