Class RoundPlate
A round steel plate.
Inherited Members
Namespace: DesignData.SDS2.Model
Assembly: DesignData.SDS2.Model.dll
Syntax
public sealed class RoundPlate : Plate
Constructors
RoundPlate()
A round steel plate.
Declaration
public RoundPlate()
Properties
Diameter
The diameter of the plate.
Declaration
public double Diameter { get; set; }
Property Value
Type | Description |
---|---|
double | A floating point value in inches. |
ThicknessReferencePoint
The center plane of the plate. Changing this shifts the plate without changing the work points of the plate.
Declaration
public ThicknessReferencePoint ThicknessReferencePoint { get; set; }
Property Value
Type | Description |
---|---|
ThicknessReferencePoint |
Methods
Dispose(bool)
A round steel plate.
Declaration
protected override void Dispose(bool disposing)
Parameters
Type | Name | Description |
---|---|---|
bool | disposing |