Show / Hide Table of Contents

    Class VentDrainHolePatternTubeDualTriangle

    Just like VentDrainHolePatternTubeQuadTriangle, except only two triangles are cut out. One on the top left and bottom right, unless FlipCorners and then it's the other two corners

    Inheritance
    object
    VentDrainHolePattern
    VentDrainHolePatternTube
    VentDrainHolePatternTubeDualTriangle
    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 VentDrainHolePatternTubeDualTriangle : VentDrainHolePatternTube

    Properties

    FlipCorners

    Flips which corners are clipped

    Declaration
    public bool FlipCorners { get; }
    Property Value
    Type Description
    bool

    TriangleLegLength

    The leg length of these clipped triangles. The triangles are at least isosceles and sometimes equilateral. With sides always equal along the tube walls.

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

    Methods

    Dispose(bool)

    Just like VentDrainHolePatternTubeQuadTriangle, except only two triangles are cut out. One on the top left and bottom right, unless FlipCorners and then it's the other two corners

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

    Equals(object)

    Just like VentDrainHolePatternTubeQuadTriangle, except only two triangles are cut out. One on the top left and bottom right, unless FlipCorners and then it's the other two corners

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

    GetHashCode()

    Just like VentDrainHolePatternTubeQuadTriangle, except only two triangles are cut out. One on the top left and bottom right, unless FlipCorners and then it's the other two corners

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