Show / Hide Table of Contents

    Class CuttableMaterialEnd

    A material end which can be setback or have a simple web or flange cut applied. Some derived classes offer significantly more cutting options.

    Inheritance
    System.Object
    CuttableMaterialEnd
    RoundBarEnd
    ShapeMaterialEnd
    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 class CuttableMaterialEnd

    Properties

    FlangeCutAngle

    Angle to cut across the end of the bar relative to the "Flange".

    Declaration
    public double FlangeCutAngle { get; set; }
    Property Value
    Type Description
    System.Double

    Setback

    The setback from the end where the plate material starts.

    Declaration
    public double Setback { get; set; }
    Property Value
    Type Description
    System.Double

    WebCutAngle

    Angle to cut across the end of the bar relative to the "Web".

    Declaration
    public double WebCutAngle { get; set; }
    Property Value
    Type Description
    System.Double

    Methods

    Dispose(Boolean)

    Declaration
    protected virtual void Dispose(bool disposing)
    Parameters
    Type Name Description
    System.Boolean disposing

    Finalize()

    Declaration
    protected void Finalize()
    Back to top