Class MiscellaneousRolledPlate
A member with a single rolled plate material.
Inherited Members
Namespace: DesignData.SDS2.Model
Assembly: DesignData.SDS2.Model.dll
Syntax
public sealed class MiscellaneousRolledPlate : Miscellaneous
Constructors
MiscellaneousRolledPlate()
Create a new rolled plate member
Declaration
public MiscellaneousRolledPlate()
Properties
BendSegmentCount
0, or a value between 3 and 400. If FabricationMethod is set to SegmentedBending, this is the number of segments used to simulate a curve on the bend. Higher numbers mean the bend appears smoother.
Declaration
public int BendSegmentCount { get; set; }
Property Value
Type | Description |
---|---|
int |
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 rolled plate fills.
Declaration
public double IncludedAngle { get; set; }
Property Value
Type | Description |
---|---|
double |
IsCentered
A member with a single rolled plate material.
Declaration
public bool IsCentered { get; set; }
Property Value
Type | Description |
---|---|
bool |
IsCheckered
If true this plate is a checkered plate, which is a steel plate with raised ribs on its near-side surface to prevent slippage on items such as floors and stair treads
Declaration
public bool IsCheckered { get; set; }
Property Value
Type | Description |
---|---|
bool |
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 |
---|---|
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 |
---|---|
double |
Thickness
The thickness of the plate.
Declaration
public double Thickness { get; set; }
Property Value
Type | Description |
---|---|
double | A floating point value in inches. |
Methods
Dispose(bool)
A member with a single rolled plate material.
Declaration
protected override void Dispose(bool disposing)
Parameters
Type | Name | Description |
---|---|---|
bool | disposing |