Class ClevisShape
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 ClevisShape : Shape
Constructors
ClevisShape()
Declaration
public ClevisShape()
Properties
Capacity
The capacity of the clevis
Declaration
public double Capacity { get; set; }
Property Value
Type | Description |
---|---|
System.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 |
---|---|
System.Double |
MaxPinDiameter
The maximum diameter of the pin
Declaration
public double MaxPinDiameter { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
MaxTapDiameter
The maximum diameter allowed for the tap
Declaration
public double MaxTapDiameter { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Number
Declaration
public double Number { get; set; }
Property Value
Type | Description |
---|---|
System.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 |
---|---|
System.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 |
---|---|
System.Double |
Thickness
The thicknes of the jaws of the clevis
Declaration
public double Thickness { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Weight
The weight of the clevis
Declaration
public double Weight { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Width
The width of the jaws of the clevis
Declaration
public double Width { 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 |