Class BeadedFlatShape
A Shape derived class.
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ToString()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: DesignData.SDS2.Setup
Assembly: DesignData.SDS2.Setup.dll
Syntax
public sealed class BeadedFlatShape : Shape
Constructors
BeadedFlatShape()
Declaration
public BeadedFlatShape()
Properties
Depth
Depth of the shape.
Declaration
public double Depth { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
DoubleGage1
First gage line for a double row.
Declaration
public double DoubleGage1 { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
DoubleGage2
Second gage line for a double row.
Declaration
public double DoubleGage2 { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Leg
Length of the leg
Declaration
public double Leg { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
SingleGage
Gage for a single row.
Declaration
public double SingleGage { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
ToeThickness
Thickness at the toe.
Declaration
public double ToeThickness { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
WebThickness
Thickness of the web
Declaration
public double WebThickness { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
WeightPerUnitFoot
For extruded profile shapes, this is the weight for each foot of the shape. This will be 0.0 for some shapes where it does not apply.
Declaration
public double WeightPerUnitFoot { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Methods
Dispose(Boolean)
Declaration
protected override void Dispose(bool disposing)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | disposing |