Show / Hide Table of Contents

    Class RHSProfileFactory

    A profile factory for rectangular hollow steel profiles.

    Inheritance
    System.Object
    ProfileFactoryBase<RHSProfileType, RHSProfile>
    RHSProfileFactory
    Inherited Members
    ProfileFactoryBase<RHSProfileType, RHSProfile>._profileData
    ProfileFactoryBase<RHSProfileType, RHSProfile>.GetProfileByName(String)
    ProfileFactoryBase<RHSProfileType, RHSProfile>.GetProfileByType(RHSProfileType)
    ProfileFactoryBase<RHSProfileType, RHSProfile>.AllProfiles()
    ProfileFactoryBase<RHSProfileType, RHSProfile>.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 RHSProfileFactory : ProfileFactoryBase<RHSProfileType, RHSProfile>

    Constructors

    RHSProfileFactory()

    Declaration
    public RHSProfileFactory()

    Methods

    CreateProfile(Int32)

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

    GetProfileByName(String)

    Get a profile by name.

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

    The name of the profile.

    Returns
    Type Description
    RHSProfile

    A rectangular hollow section profile.

    Overrides
    Elements.Geometry.Profiles.ProfileFactoryBase<Elements.Geometry.Profiles.RHSProfileType, Elements.Geometry.Profiles.RHSProfile>.GetProfileByName(System.String)

    GetProfileByType(RHSProfileType)

    Get a profile by type.

    Declaration
    public override RHSProfile GetProfileByType(RHSProfileType type)
    Parameters
    Type Name Description
    RHSProfileType type

    The type of the profile.

    Returns
    Type Description
    RHSProfile

    A rectangular hollow section profile.

    Overrides
    Elements.Geometry.Profiles.ProfileFactoryBase<Elements.Geometry.Profiles.RHSProfileType, Elements.Geometry.Profiles.RHSProfile>.GetProfileByType(Elements.Geometry.Profiles.RHSProfileType)