Show / Hide Table of Contents

    Class VentDrainHolePatternPipe

    Base class for all pipe vent drain hole patterns

    Inheritance
    System.Object
    VentDrainHolePattern
    VentDrainHolePatternPipe
    VentDrainHolePatternPipeCrossSlot
    VentDrainHolePatternPipeDualPie
    VentDrainHolePatternPipeHalfCircles
    VentDrainHolePatternPipeOvals
    VentDrainHolePatternPipePlain
    VentDrainHolePatternPipeSlot
    VentDrainHolePatternPipeWhole
    Inherited Members
    VentDrainHolePattern.GetShape()
    VentDrainHolePattern.PlateRotation
    VentDrainHolePattern.OffsetParallelToWeb
    VentDrainHolePattern.OffsetParallelToFlange
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    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 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
    System.Double

    Methods

    Dispose(Boolean)

    Declaration
    protected override void Dispose(bool disposing)
    Parameters
    Type Name Description
    System.Boolean disposing
    Overrides
    VentDrainHolePattern.Dispose(Boolean)
    Back to top