Show / Hide Table of Contents

    Class VentDrainHolePatternTubeQuadHole

    This pattern puts holes in each corner of the tube

    Inheritance
    object
    VentDrainHolePattern
    VentDrainHolePatternTube
    VentDrainHolePatternTubeQuadHole
    Inherited Members
    VentDrainHolePatternTube.TubeCornerRadius
    VentDrainHolePatternTube.TubeInnerWidth
    VentDrainHolePatternTube.TubeInnerLength
    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 VentDrainHolePatternTubeQuadHole : VentDrainHolePatternTube

    Properties

    HoleDiameter

    The diameter of the holes

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

    Methods

    Dispose(bool)

    This pattern puts holes in each corner of the tube

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

    Equals(object)

    This pattern puts holes in each corner of the tube

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

    GetHashCode()

    This pattern puts holes in each corner of the tube

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