Class MiscellaneousRectangularPlate
A member with a single rectangular plate material.
Inherited Members
Namespace: DesignData.SDS2.Model
Assembly: DesignData.SDS2.Model.dll
Syntax
public sealed class MiscellaneousRectangularPlate : Miscellaneous
Constructors
MiscellaneousRectangularPlate()
Create a new rectangular plate member
Declaration
public MiscellaneousRectangularPlate()
Properties
IsCheckered
If true this plate is a checkered plate, which is a steel plate with raised ribs on its near-side surface to prevent slippage on items such as floors and stair treads
Declaration
public bool IsCheckered { get; set; }
Property Value
Type | Description |
---|---|
bool |
MiscellaneousEnds
The left and right end information of the grating material.
Declaration
public MiscellaneousRectangularPlateEndList MiscellaneousEnds { get; }
Property Value
Type | Description |
---|---|
MiscellaneousRectangularPlateEndList |
Thickness
The thickness of the plate.
Declaration
public double Thickness { get; set; }
Property Value
Type | Description |
---|---|
double | A floating point value in inches. |
ThicknessReferencePoint
The center plane of the rectangular plate. Changing this shifts the plate without changing the work points of the rectangular plate.
Declaration
public ThicknessReferencePoint ThicknessReferencePoint { get; set; }
Property Value
Type | Description |
---|---|
ThicknessReferencePoint |
Width
The width of the rectangular plate.
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 rectangular plate material.
Declaration
protected override void Dispose(bool disposing)
Parameters
Type | Name | Description |
---|---|---|
bool | disposing |