Class BentPlateEnd
The end of a bent plate.
Inheritance
System.Object
BentPlateEnd
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 BentPlateEnd
Properties
Leg1CutAngle
Angle to cut across the end of the plate leg.
Declaration
public double Leg1CutAngle { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Leg2CutAngle
Angle to cut across the end of the plate leg.
Declaration
public double Leg2CutAngle { 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 |
Methods
Dispose(Boolean)
Declaration
protected virtual void Dispose(bool disposing)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | disposing |
Finalize()
Declaration
protected void Finalize()