Show / Hide Table of Contents

    Class GratingEnd

    The end of a grating material

    Inheritance
    object
    GratingEnd
    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 GratingEnd

    Properties

    BandThickness

    Thickness of the end band.

    Declaration
    public double BandThickness { get; set; }
    Property Value
    Type Description
    double

    A floating point value in inches.

    CutAngle

    Angle to cut across the end of the grating where 0 is a sqr cut.

    Declaration
    public double CutAngle { get; set; }
    Property Value
    Type Description
    double

    A floating point value in radians.

    Methods

    Dispose(bool)

    The end of a grating material

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

    ~GratingEnd()

    The end of a grating material

    Declaration
    protected ~GratingEnd()
    Back to top