Show / Hide Table of Contents

    Class VentDrainHolePatternTube

    Base class for tube vent drain patterns

    Inheritance
    object
    VentDrainHolePattern
    VentDrainHolePatternTube
    VentDrainHolePatternTubeDualTriangle
    VentDrainHolePatternTubeQuadHole
    VentDrainHolePatternTubeQuadTriangle
    VentDrainHolePatternTubeWhole
    Inherited Members
    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 VentDrainHolePatternTube : VentDrainHolePattern

    Properties

    TubeCornerRadius

    The radius of the tube corner

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

    TubeInnerLength

    The inner length of the tube

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

    TubeInnerWidth

    The inner width of the tube

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

    Methods

    Dispose(bool)

    Base class for tube vent drain patterns

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

    Equals(object)

    Base class for tube vent drain patterns

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

    GetHashCode()

    Base class for tube vent drain patterns

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