Show / Hide Table of Contents

    Class VentDrainHolePatternPipeDualPie

    Two pie slice shaped cutouts opposted to each other.

    Inheritance
    object
    VentDrainHolePattern
    VentDrainHolePatternPipe
    VentDrainHolePatternPipeDualPie
    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 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
    double

    SlotWidth

    Width of the slots

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

    Methods

    Dispose(bool)

    Two pie slice shaped cutouts opposted to each other.

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

    Equals(object)

    Two pie slice shaped cutouts opposted to each other.

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

    GetHashCode()

    Two pie slice shaped cutouts opposted to each other.

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