Class RoundPlate
A round steel plate.
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ToString()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: DesignData.SDS2.Model
Assembly: DesignData.SDS2.Model.dll
Syntax
public sealed class RoundPlate : Plate
Constructors
RoundPlate()
Declaration
public RoundPlate()
Properties
Diameter
The diameter of the plate.
Declaration
public double Diameter { get; set; }
Property Value
Type | Description |
---|---|
System.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(Boolean)
Declaration
protected override void Dispose(bool disposing)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | disposing |