Show / Hide Table of Contents

    Class VentDrainHolePattern

    Base class for vent drain hole patterns

    Inheritance
    System.Object
    VentDrainHolePattern
    VentDrainHolePatternPipe
    VentDrainHolePatternTube
    VentDrainHolePatternWideFlange
    Inherited Members
    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 VentDrainHolePattern

    Properties

    OffsetParallelToFlange

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

    OffsetParallelToWeb

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

    PlateRotation

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

    Methods

    Dispose(Boolean)

    Declaration
    protected virtual void Dispose(bool disposing)
    Parameters
    Type Name Description
    System.Boolean disposing

    Finalize()

    Declaration
    protected void Finalize()

    GetShape()

    Get the shape to base the vent drain hole pattern off for this base plate.

    Declaration
    public Shape GetShape()
    Returns
    Type Description
    Shape
    Back to top