Class MiscellaneousBentPlateEnd
End properties for a miscellaneous bent plate, should be largely the same as to Model.BentPlateEnd
Inherited Members
Namespace: DesignData.SDS2.Model
Assembly: DesignData.SDS2.Model.dll
Syntax
public class MiscellaneousBentPlateEnd
Properties
Leg1CutAngle
Angle to cut across the end of the bent plate leg.
Declaration
public double Leg1CutAngle { get; set; }
Property Value
Type | Description |
---|---|
double |
Remarks
These are in radians, but because SDS2 stores this particular angle in degrees you may see small changes after setting the value when you retrieve it, due to calculations
Leg2CutAngle
Angle to cut across the end of the bent plate leg.
Declaration
public double Leg2CutAngle { get; set; }
Property Value
Type | Description |
---|---|
double |
Remarks
These are in radians, but because SDS2 stores this particular angle in degrees you may see small changes after setting the value when you retrieve it, due to calculations
MaterialSetback
The setback from the end where the bent plate material starts.
Declaration
public double MaterialSetback { get; set; }
Property Value
Type | Description |
---|---|
double |
Methods
Dispose(bool)
End properties for a miscellaneous bent plate, should be largely the same as to Model.BentPlateEnd
Declaration
protected virtual void Dispose(bool disposing)
Parameters
Type | Name | Description |
---|---|---|
bool | disposing |
~MiscellaneousBentPlateEnd()
End properties for a miscellaneous bent plate, should be largely the same as to Model.BentPlateEnd
Declaration
protected ~MiscellaneousBentPlateEnd()