Class MiscellaneousGrating
A member with a single grate material.
Inherited Members
Namespace: DesignData.SDS2.Model
Assembly: DesignData.SDS2.Model.dll
Syntax
public sealed class MiscellaneousGrating : Miscellaneous
Constructors
MiscellaneousGrating()
Create a new grate material member
Declaration
public MiscellaneousGrating()
Properties
BearingBarSpacing
The distance between any one bearing bar and the next bearing bar plus the thickness of the one bearing bar. Changing the spacing will impact the grating width.
Declaration
public double BearingBarSpacing { get; set; }
Property Value
Type | Description |
---|---|
double | A floating point value in inches. |
BearingBarThickness
Bearing bar thickness for all bearing bars. Changing the thickness will impact the grating width.
Declaration
public double BearingBarThickness { get; set; }
Property Value
Type | Description |
---|---|
double | A floating point value in inches. |
CrossBarSpacing
The distance between the center of any one cross bar to the center of the next cross bar plus the thickness of the one cross bar. The generated material length does not automatically change when spacing changes.
Declaration
public double CrossBarSpacing { get; set; }
Property Value
Type | Description |
---|---|
double | A floating point value in inches. |
CrossBarThickness
Bearing bar thickness for all bearing bars. Changing the thickness will impact the grating width.
Declaration
public double CrossBarThickness { get; set; }
Property Value
Type | Description |
---|---|
double | A floating point value in inches. |
CrossBarWidth
A member with a single grate material.
Declaration
public double CrossBarWidth { get; set; }
Property Value
Type | Description |
---|---|
double |
MiscellaneousEnds
The left and right end information of the grating material.
Declaration
public MiscellaneousGratingEndList MiscellaneousEnds { get; }
Property Value
Type | Description |
---|---|
MiscellaneousGratingEndList |
NumberOfStringersInGrate
The number of stringers in this grate
Declaration
public int NumberOfStringersInGrate { get; set; }
Property Value
Type | Description |
---|---|
int |
Width
The width of of the material along the material Y axis based on the following calculation: (BearingBarCount - 1) * BearingBarSpacing + BearingBarThickness
Declaration
public double Width { get; set; }
Property Value
Type | Description |
---|---|
double | A floating point value in inches. |
Methods
Dispose(bool)
A member with a single grate material.
Declaration
protected override void Dispose(bool disposing)
Parameters
Type | Name | Description |
---|---|---|
bool | disposing |