Show / Hide Table of Contents

    Class VentDrainHolePatternPipeDualPie

    Two pie slice shaped cutouts opposted to each other.

    Inheritance
    System.Object
    VentDrainHolePattern
    VentDrainHolePatternPipe
    VentDrainHolePatternPipeDualPie
    Inherited Members
    VentDrainHolePatternPipe.PipeInnerDiameter
    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 VentDrainHolePatternPipeDualPie : VentDrainHolePatternPipe

    Properties

    PatternRotation

    The rotation of the pattern. 0 has one cutout in the upper left quadrant and one in the lower right.

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

    SlotWidth

    Width of the 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)
    Back to top