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
    object
    CuttableMaterialEnd
    RoundBarEnd
    ShapeMaterialEnd
    Inherited Members
    object.GetType()
    object.MemberwiseClone()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    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
    double

    Setback

    The setback from the end where the plate material starts.

    Declaration
    public double Setback { get; set; }
    Property Value
    Type Description
    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
    double

    Methods

    Dispose(bool)

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

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

    ~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.

    Declaration
    protected ~CuttableMaterialEnd()
    Back to top