Show / Hide Table of Contents

    Class VentDrainHolePatternPipeHalfCircles

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

    Inheritance
    System.Object
    VentDrainHolePattern
    VentDrainHolePatternPipe
    VentDrainHolePatternPipeHalfCircles
    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 VentDrainHolePatternPipeHalfCircles : VentDrainHolePatternPipe

    Properties

    HalfCircleRadius

    Radius of the half circle cutouts

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

    PatternRotation

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

    Declaration
    public double PatternRotation { 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