Show / Hide Table of Contents

    Class VentDrainHolePatternPipeSlot

    Similar to a whole pattern, but leaves a slot of the base plate intact within the inner diameter of the pipe.

    Inheritance
    object
    VentDrainHolePattern
    VentDrainHolePatternPipe
    VentDrainHolePatternPipeSlot
    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 VentDrainHolePatternPipeSlot : VentDrainHolePatternPipe

    Properties

    PatternRotation

    The rotation of the slot. 0 is a slot along the Y axis of the base cap plate.

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

    SlotWidth

    The width of the slot

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

    Methods

    Dispose(bool)

    Similar to a whole pattern, but leaves a slot of the base plate intact within the inner diameter of the pipe.

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

    Equals(object)

    Similar to a whole pattern, but leaves a slot of the base plate intact within the inner diameter of the pipe.

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

    GetHashCode()

    Similar to a whole pattern, but leaves a slot of the base plate intact within the inner diameter of the pipe.

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