Show / Hide Table of Contents

    Class HSSPipeProfileFactory

    A singleton class which serves every HSS pipe section as defined by AISC.

    Inheritance
    System.Object
    ProfileFactoryBase<HSSPipeProfileType, HSSPipeProfile>
    HSSPipeProfileFactory
    Inherited Members
    ProfileFactoryBase<HSSPipeProfileType, HSSPipeProfile>._profileData
    ProfileFactoryBase<HSSPipeProfileType, HSSPipeProfile>.GetProfileByName(String)
    ProfileFactoryBase<HSSPipeProfileType, HSSPipeProfile>.GetProfileByType(HSSPipeProfileType)
    ProfileFactoryBase<HSSPipeProfileType, HSSPipeProfile>.AllProfiles()
    ProfileFactoryBase<HSSPipeProfileType, HSSPipeProfile>.CreateProfile(Int32)
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Elements.Geometry.Profiles
    Assembly: Hypar.Elements.dll
    Syntax
    public sealed class HSSPipeProfileFactory : ProfileFactoryBase<HSSPipeProfileType, HSSPipeProfile>

    Constructors

    HSSPipeProfileFactory()

    Construct a hollow structural steel profile factory.

    Declaration
    public HSSPipeProfileFactory()

    Methods

    CreateProfile(Int32)

    Declaration
    protected override HSSPipeProfile CreateProfile(int typeIndex)
    Parameters
    Type Name Description
    System.Int32 typeIndex
    Returns
    Type Description
    HSSPipeProfile
    Overrides
    Elements.Geometry.Profiles.ProfileFactoryBase<Elements.Geometry.Profiles.HSSPipeProfileType, Elements.Geometry.Profiles.HSSPipeProfile>.CreateProfile(System.Int32)

    GetProfileByName(String)

    Get a profile by name.

    Declaration
    public override HSSPipeProfile GetProfileByName(string name)
    Parameters
    Type Name Description
    System.String name

    The name of the profile.

    Returns
    Type Description
    HSSPipeProfile

    A hollow structural steel profile.

    Overrides
    Elements.Geometry.Profiles.ProfileFactoryBase<Elements.Geometry.Profiles.HSSPipeProfileType, Elements.Geometry.Profiles.HSSPipeProfile>.GetProfileByName(System.String)

    GetProfileByType(HSSPipeProfileType)

    Get a profile by type.

    Declaration
    public override HSSPipeProfile GetProfileByType(HSSPipeProfileType type)
    Parameters
    Type Name Description
    HSSPipeProfileType type

    The type of the profile.

    Returns
    Type Description
    HSSPipeProfile

    A hollow structural steel profile.

    Overrides
    Elements.Geometry.Profiles.ProfileFactoryBase<Elements.Geometry.Profiles.HSSPipeProfileType, Elements.Geometry.Profiles.HSSPipeProfile>.GetProfileByType(Elements.Geometry.Profiles.HSSPipeProfileType)