Show / Hide Table of Contents

    Class VentDrainHolePatternPipe

    Base class for all pipe vent drain hole patterns

    Inheritance
    object
    VentDrainHolePattern
    VentDrainHolePatternPipe
    VentDrainHolePatternPipeCrossSlot
    VentDrainHolePatternPipeDualPie
    VentDrainHolePatternPipeHalfCircles
    VentDrainHolePatternPipeOvals
    VentDrainHolePatternPipePlain
    VentDrainHolePatternPipeSlot
    VentDrainHolePatternPipeWhole
    Inherited Members
    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 VentDrainHolePatternPipe : VentDrainHolePattern

    Properties

    PipeInnerDiameter

    The inner diameter of the pipe to line up vent drain holes. This is generally pulled from the material file (Shape) information for the section size (Shape) used, but it can be varied by the user.

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

    Methods

    Dispose(bool)

    Base class for all pipe vent drain hole patterns

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

    Equals(object)

    Base class for all pipe vent drain hole patterns

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

    GetHashCode()

    Base class for all pipe vent drain hole patterns

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