Show / Hide Table of Contents

    Class VentDrainHolePatternTubeQuadTriangle

    This pattern clips corners at each corner of the tube

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

    Properties

    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)

    This pattern clips corners at 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 clips corners at 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 clips corners at each corner of the tube

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