Class MiscellaneousRoundPlate
A member with a single round plate
Inherited Members
Namespace: DesignData.SDS2.Model
Assembly: DesignData.SDS2.Model.dll
Syntax
public sealed class MiscellaneousRoundPlate : Miscellaneous
Constructors
MiscellaneousRoundPlate()
Create a new round plate member
Declaration
public MiscellaneousRoundPlate()
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 |
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 |
Methods
Dispose(bool)
A member with a single round plate
Declaration
protected override void Dispose(bool disposing)
Parameters
Type | Name | Description |
---|---|---|
bool | disposing |