Show / Hide Table of Contents

    Class GratingEnd

    The end of a grating material

    Inheritance
    System.Object
    GratingEnd
    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 GratingEnd

    Properties

    BandThickness

    Thickness of the end band.

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

    A floating point value in radians.

    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