Show / Hide Table of Contents

    Class VentDrainHolePatternPipeHalfCircles

    Clips out two half circles on opposing sides of the pipe.

    Inheritance
    object
    VentDrainHolePattern
    VentDrainHolePatternPipe
    VentDrainHolePatternPipeHalfCircles
    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 VentDrainHolePatternPipeHalfCircles : VentDrainHolePatternPipe

    Properties

    HalfCircleRadius

    Radius of the half circle cutouts

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

    PatternRotation

    The rotation of the pattern. 0 half circles at the top and bottom.

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

    Methods

    Dispose(bool)

    Clips out two half circles on opposing sides of the pipe.

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

    Equals(object)

    Clips out two half circles on opposing sides of the pipe.

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

    GetHashCode()

    Clips out two half circles on opposing sides of the pipe.

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