Class BentPlate
A bent steel 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 sealed class BentPlate : Plate
Constructors
BentPlate()
Declaration
public BentPlate()
Properties
BendAngle
Angle of leg2 where 0 is no bend.
Declaration
public double BendAngle { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
BendRadius
Radius of the bend.
Declaration
public double BendRadius { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Ends
Objects to represent the ends of the plate along the length, corresponding to the workpoints.
Declaration
public BentPlateEndList Ends { get; }
Property Value
Type | Description |
---|---|
BentPlateEndList |
IsCentered
When Centered is true, the material origin is on the bend axis. When Centered is false, the material origin is at outside intersection of the legs.
Declaration
public bool IsCentered { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Leg1Length
Length of leg 1.
Declaration
public double Leg1Length { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Leg2Length
Length of leg 2.
Declaration
public double Leg2Length { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
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. |
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 |