Class RolledShape
A base class for shapes which are either rolled, or share common rolled properties such as depth, nominal depth, and weight per unit foot.
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 class RolledShape : Shape
Properties
Depth
Depth of the shape.
Declaration
public double Depth { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
NominalDepth
The rounded depth value used in the typical section size string
Declaration
public double NominalDepth { 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 |