Show / Hide Table of Contents

    Class VentDrainHolePatternPipeOvals

    A vent drain which cuts out two partial slots, with a half circle end on each.

    Inheritance
    object
    VentDrainHolePattern
    VentDrainHolePatternPipe
    VentDrainHolePatternPipeOvals
    Inherited Members
    VentDrainHolePatternPipe.PipeInnerDiameter
    VentDrainHolePattern.GetShape()
    VentDrainHolePattern.PlateRotation
    VentDrainHolePattern.OffsetParallelToWeb
    VentDrainHolePattern.OffsetParallelToFlange
    object.GetType()
    object.MemberwiseClone()
    object.ToString()
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    Namespace: DesignData.SDS2.Setup
    Assembly: DesignData.SDS2.Setup.dll
    Syntax
    public class VentDrainHolePatternPipeOvals : VentDrainHolePatternPipe

    Properties

    PatternRotation

    The rotation of the pattern. 0 has the cutout slots along the Y axis

    Declaration
    public double PatternRotation { get; }
    Property Value
    Type Description
    double

    SlotLength

    The length of the cutout slots

    Declaration
    public double SlotLength { get; }
    Property Value
    Type Description
    double

    SlotWidth

    The width of the cutout slots

    Declaration
    public double SlotWidth { get; }
    Property Value
    Type Description
    double

    Methods

    Dispose(bool)

    A vent drain which cuts out two partial slots, with a half circle end on each.

    Declaration
    protected override void Dispose(bool disposing)
    Parameters
    Type Name Description
    bool disposing
    Overrides
    VentDrainHolePatternPipe.Dispose(bool)

    Equals(object)

    A vent drain which cuts out two partial slots, with a half circle end on each.

    Declaration
    public override bool Equals(object other)
    Parameters
    Type Name Description
    object other
    Returns
    Type Description
    bool
    Overrides
    VentDrainHolePatternPipe.Equals(object)

    GetHashCode()

    A vent drain which cuts out two partial slots, with a half circle end on each.

    Declaration
    public override int GetHashCode()
    Returns
    Type Description
    int
    Overrides
    VentDrainHolePatternPipe.GetHashCode()
    Back to top