Class RectangularPlateEnd
The end of a 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 class RectangularPlateEnd : Material
Properties
BottomPlateCutOperation
Declaration
public PlateCutOperation BottomPlateCutOperation { get; set; }
Property Value
Type | Description |
---|---|
PlateCutOperation |
CutAngle
Angle to cut across the end of the plate
Declaration
public double CutAngle { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Setback
The setback from the end where the plate material starts.
Declaration
public double Setback { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
TopPlateCutOperation
Declaration
public PlateCutOperation TopPlateCutOperation { get; set; }
Property Value
Type | Description |
---|---|
PlateCutOperation |
Methods
Dispose(Boolean)
Declaration
protected override void Dispose(bool disposing)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | disposing |