Class TurnbuckleShape
A Shape derived class.
Inherited Members
System.Object.Equals(System.Object, System.Object)
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 sealed class TurnbuckleShape : Shape
Constructors
TurnbuckleShape()
Declaration
public TurnbuckleShape()
Properties
Capacity
The strength/capacity of the turnbuckle
Declaration
public double Capacity { get; set; }
Property Value
Type | Description |
---|---|
System.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 |
---|---|
System.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 |
---|---|
System.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 |
---|---|
System.Double |
RodDiameter
The diameter of the rod
Declaration
public double RodDiameter { get; set; }
Property Value
Type | Description |
---|---|
System.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 |
---|---|
System.Double |
Weight
The weight of the turnbuckle
Declaration
public double Weight { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Methods
Dispose(Boolean)
Declaration
protected override void Dispose(bool disposing)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | disposing |