Class RolledPlate
A plate rolled around its first workpoint
Inherited Members
Namespace: DesignData.SDS2.Model
Assembly: DesignData.SDS2.Model.dll
Syntax
public sealed class RolledPlate : Plate
Constructors
RolledPlate()
Declaration
public RolledPlate()
Properties
BendSegments
Declaration
public int BendSegments { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
FabricationMethod
The method used to fabricate the rolled plate
Declaration
public RolledPlateFabricationMethod FabricationMethod { get; set; }
Property Value
Type | Description |
---|---|
RolledPlateFabricationMethod |
IncludedAngle
An angle more than 0 and less than 2PI radians. This is the share of a circle that the plate fills.
Declaration
public double IncludedAngle { 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. |
OutsideRadius
The distance from the outside corner the rolled plate to the center of an imaginary circle extrapolated from the outside edges of the rolled plate. This distance must be measured at the end of the rolled plate where the first work point that was located if the "Outside tapered radius" results in a taper.
Declaration
public double OutsideRadius { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
OutsideTaperedRadius
A distance specifying the radius of the rolled plate from the end opposite to where the first work point was located.
Declaration
public double OutsideTaperedRadius { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
ThicknessReferencePoint
The center plane of the plate. Changing this shifts the plate without changing the work points of the plate.
Declaration
public ThicknessReferencePoint ThicknessReferencePoint { get; set; }
Property Value
Type | Description |
---|---|
ThicknessReferencePoint |
Width
The width of the plate.
Declaration
public double Width { 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 |