Class RectangularPlateEnd
The end of a plate
Inherited Members
Namespace: DesignData.SDS2.Model
Assembly: DesignData.SDS2.Model.dll
Syntax
public class RectangularPlateEnd : Material
Properties
BottomPlateCutOperation
The end of a plate
Declaration
public PlateCutOperation BottomPlateCutOperation { get; set; }
Property Value
Type | Description |
---|---|
PlateCutOperation |
CutAngle
Angle to cut across the end of the rectangular plate
Declaration
public double CutAngle { get; set; }
Property Value
Type | Description |
---|---|
double |
Setback
The setback from the end where the rectangular plate material starts.
Declaration
public double Setback { get; set; }
Property Value
Type | Description |
---|---|
double |
TopPlateCutOperation
The end of a plate
Declaration
public PlateCutOperation TopPlateCutOperation { get; set; }
Property Value
Type | Description |
---|---|
PlateCutOperation |
Methods
Dispose(bool)
The end of a plate
Declaration
protected override void Dispose(bool disposing)
Parameters
Type | Name | Description |
---|---|---|
bool | disposing |