Show / Hide Table of Contents

    Class VentDrainHolePatternPipeOvals

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

    Inheritance
    System.Object
    VentDrainHolePattern
    VentDrainHolePatternPipe
    VentDrainHolePatternPipeOvals
    Inherited Members
    VentDrainHolePatternPipe.PipeInnerDiameter
    VentDrainHolePattern.GetShape()
    VentDrainHolePattern.PlateRotation
    VentDrainHolePattern.OffsetParallelToWeb
    VentDrainHolePattern.OffsetParallelToFlange
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ToString()
    System.Object.ReferenceEquals(System.Object, System.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
    System.Double

    SlotLength

    The length of the cutout slots

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

    SlotWidth

    The width of the cutout slots

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

    Methods

    Dispose(Boolean)

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

    Equals(Object)

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

    GetHashCode()

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