Class MiscellaneousRoundBarEnd
End properties for a miscellaneous round bar, should be largely the same as to Model.RoundBarEnd
Inherited Members
Namespace: DesignData.SDS2.Model
Assembly: DesignData.SDS2.Model.dll
Syntax
public class MiscellaneousRoundBarEnd
Properties
EndCutAngle
Angle to cut across the end of the bar relative to the "Web".
Declaration
public double EndCutAngle { get; set; }
Property Value
Type | Description |
---|---|
double |
MaterialSetback
The setback from the end where the plate material starts.
Declaration
public double MaterialSetback { get; set; }
Property Value
Type | Description |
---|---|
double |
ThreadLength
Thread length.
Declaration
public double ThreadLength { get; set; }
Property Value
Type | Description |
---|---|
double |
ThreadType
Thread direction.
Declaration
public ThreadType ThreadType { get; set; }
Property Value
Type | Description |
---|---|
ThreadType |
Methods
Dispose(bool)
End properties for a miscellaneous round bar, should be largely the same as to Model.RoundBarEnd
Declaration
protected virtual void Dispose(bool disposing)
Parameters
Type | Name | Description |
---|---|---|
bool | disposing |
~MiscellaneousRoundBarEnd()
End properties for a miscellaneous round bar, should be largely the same as to Model.RoundBarEnd
Declaration
protected ~MiscellaneousRoundBarEnd()