Class MiscellaneousDecking
A member with a single deck material.
Inherited Members
Namespace: DesignData.SDS2.Model
Assembly: DesignData.SDS2.Model.dll
Syntax
public sealed class MiscellaneousDecking : Miscellaneous
Constructors
MiscellaneousDecking()
Create a new miscellaneous deck member
Declaration
public MiscellaneousDecking()
Properties
BaseWidth
The distance from the inside corner of one bend to the inside corner of the next bend at the base of the deck.
Declaration
public double BaseWidth { get; set; }
Property Value
Type | Description |
---|---|
double | A floating point value in inches. |
Depth
Decking depth measured along the material Z axis from the bottom of the deck to the top of any one rib, i.e. the rib height.
Declaration
public double Depth { get; set; }
Property Value
Type | Description |
---|---|
double | A floating point value in inches. |
LeftEndCutAngle
Angle to cut across the end of the decking where 0 is a sqr cut.
Declaration
public double LeftEndCutAngle { get; set; }
Property Value
Type | Description |
---|---|
double | A floating point value in radians. |
RibSpacing
Distance from the center of one rib to the center of an adjacent rib.
Declaration
public double RibSpacing { get; set; }
Property Value
Type | Description |
---|---|
double | A floating point value in inches. |
RibWidth
The width of the top surface of every rib.
Declaration
public double RibWidth { get; set; }
Property Value
Type | Description |
---|---|
double | A floating point value in inches. |
RightEndCutAngle
Angle to cut across the end of the decking where 0 is a sqr cut.
Declaration
public double RightEndCutAngle { get; set; }
Property Value
Type | Description |
---|---|
double | A floating point value in radians. |
Thickness
Thickness of the decking material.
Declaration
public double Thickness { get; set; }
Property Value
Type | Description |
---|---|
double | A floating point value in inches. |
Methods
Dispose(bool)
A member with a single deck material.
Declaration
protected override void Dispose(bool disposing)
Parameters
Type | Name | Description |
---|---|---|
bool | disposing |