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
    System.Object
    VentDrainHolePattern
    VentDrainHolePatternPipe
    VentDrainHolePatternPipeSlot
    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 VentDrainHolePatternPipeSlot : VentDrainHolePatternPipe

    Properties

    PatternRotation

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

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

    SlotWidth

    The width of the slot

    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