Show / Hide Table of Contents

    Class ClevisShape

    A Shape derived class.

    Inheritance
    object
    Shape
    ClevisShape
    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 ClevisShape : Shape

    Constructors

    ClevisShape()

    A Shape derived class.

    Declaration
    public ClevisShape()

    Properties

    Capacity

    The capacity of the clevis

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

    JawCenterLength

    The distance from the inside edge of the threaded length to the center of the jaw which captures the pin. Described as just 'a' in the SDS2 material file editor.

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

    MaxPinDiameter

    The maximum diameter of the pin

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

    MaxTapDiameter

    The maximum diameter allowed for the tap

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

    Number

    A Shape derived class.

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

    PinOutsideDiameter

    The diameter of the section which captures the pin, described as just 'b' in the SDS2 material file editor.

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

    TapThreadLength

    The length of the clevis section with threads. Described as just 'n' in the SDS2 material file editor.

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

    Thickness

    The thicknes of the jaws of the clevis

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

    Weight

    The weight of the clevis

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

    Width

    The width of the jaws of the clevis

    Declaration
    public double Width { 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