Class Purlin
A builtin steel purlin member.
Implements
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 Purlin : Member, IMemberRollingOperation
Constructors
Purlin()
Declaration
public Purlin()
Properties
IncludedAngleRoll
Declaration
public double IncludedAngleRoll { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
MidOrdinateRoll
Declaration
public double MidOrdinateRoll { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
RollingRadius
Declaration
public double RollingRadius { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
RollType
Declaration
public RollType RollType { get; set; }
Property Value
Type | Description |
---|---|
RollType |
SpiralRollOffset
Declaration
public double SpiralRollOffset { 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 |