Class RectangularPlate
A rectangular steel plate.
Inherited Members
Namespace: DesignData.SDS2.Model
Assembly: DesignData.SDS2.Model.dll
Syntax
public sealed class RectangularPlate : Plate
Constructors
RectangularPlate()
Declaration
public RectangularPlate()
Properties
Ends
Objects to represent the ends of the plate along the length, corresponding to the workpoints
Declaration
public RectangularPlateEndList Ends { get; }
Property Value
Type | Description |
---|---|
RectangularPlateEndList |
OrderLength
The length of the plate as it would need to be ordered.
Declaration
public double OrderLength { get; }
Property Value
Type | Description |
---|---|
System.Double | A floating point value in inches. |
PartLength
This reports the distance parallel with the X axis of the material from the furthest point on the material's left end (first work point end) to the furthest point on the material's right end. Unlike the OrderLength, this distance is measured after end cuts are made to the material. In most cases, the PartLength and OrderLength are exactly the same.
Declaration
public double PartLength { get; }
Property Value
Type | Description |
---|---|
System.Double |
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 |
Width
The width of the plate.
Declaration
public double Width { get; set; }
Property Value
Type | Description |
---|---|
System.Double | A floating point value in inches. |
WorkpointLength
The workpoint length of the plate.
Declaration
public double WorkpointLength { get; set; }
Property Value
Type | Description |
---|---|
System.Double | A floating point value in inches. |
Methods
Dispose(Boolean)
Declaration
protected override void Dispose(bool disposing)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | disposing |