Class MiscellaneousClevis
A member with a single clevis material.
Inherited Members
Namespace: DesignData.SDS2.Model
Assembly: DesignData.SDS2.Model.dll
Syntax
public sealed class MiscellaneousClevis : Miscellaneous
Constructors
MiscellaneousClevis()
Create a new miscellaneous clevis member
Declaration
public MiscellaneousClevis()
Properties
Grip
The distance between the arms of the clevis at the pin.
Declaration
public double Grip { get; set; }
Property Value
Type | Description |
---|---|
double | A floating point value in inches. |
PinDiameter
Diameter of the pin.
Declaration
public double PinDiameter { get; set; }
Property Value
Type | Description |
---|---|
double |
PinGrade
Pin grade.
Declaration
public SteelGrade PinGrade { get; set; }
Property Value
Type | Description |
---|---|
SteelGrade |
PinHeadDiameter
Pin head diameter
Declaration
public double PinHeadDiameter { get; set; }
Property Value
Type | Description |
---|---|
double |
PinHeadSide
Pin head side.
Declaration
public PinHeadSide PinHeadSide { get; set; }
Property Value
Type | Description |
---|---|
PinHeadSide |
PinHeadThickness
Pin head thickness
Declaration
public double PinHeadThickness { get; set; }
Property Value
Type | Description |
---|---|
double |
PinLength
Pin length.
Declaration
public double PinLength { get; set; }
Property Value
Type | Description |
---|---|
double |
PinType
Pin type.
Declaration
public PinType PinType { get; set; }
Property Value
Type | Description |
---|---|
PinType |
RodHoleDiameter
Diameter of the rod hole.
Declaration
public double RodHoleDiameter { get; set; }
Property Value
Type | Description |
---|---|
double |
Shape
The shape for this clevis, must be a ClevisShape.
Declaration
public ClevisShape Shape { get; set; }
Property Value
Type | Description |
---|---|
ClevisShape |
Remarks
This is distinct from MemberBrief.Shape, it stores the value in a different place and so that property will continue to have a different value. That's why this hides that property
Methods
Dispose(bool)
A member with a single clevis material.
Declaration
protected override void Dispose(bool disposing)
Parameters
Type | Name | Description |
---|---|---|
bool | disposing |