Show / Hide Table of Contents

    Class ColdFormedChannel

    Cold formed channel material

    Inheritance
    object
    Material
    ShapeMaterial
    RolledShapeMaterial
    ColdFormedChannel
    Implements
    ICuttableEndMaterial
    IRollingOperation
    Inherited Members
    RolledShapeMaterial.GetLayout()
    RolledShapeMaterial.SetLayout(Layout3D)
    RolledShapeMaterial.IsCenteredOnDepth
    RolledShapeMaterial.OrderLength
    RolledShapeMaterial.PartLength
    RolledShapeMaterial.WorkPointLength
    RolledShapeMaterial.RollType
    RolledShapeMaterial.MidOrdinateRoll
    RolledShapeMaterial.IncludedAngleRoll
    RolledShapeMaterial.RollingRadius
    RolledShapeMaterial.SpiralRollOffset
    RolledShapeMaterial.AngleOfTwist
    ShapeMaterial.SetShape(Shape)
    ShapeMaterial.Shape
    ShapeMaterial.Ends
    Material.Get(MaterialHandle)
    Material.GetSurface()
    Material.Drill(HolePattern)
    Material.Piecemark
    Material.ToGlobalCoordinates
    Material.ToMemberCoordinates
    Material.Handle
    Material.Holes
    Material.Color
    Material.IsUserDescription
    Material.Description
    Material.IsMain
    Material.IsSystem
    Material.SurfaceArea
    Material.Weight
    Material.IsDummy
    Material.IsFitted
    Material.IsBent
    Material.IsStretched
    Material.SurfaceFinish
    Material.IsAutoSurfaceFinish
    Material.Finish
    Material.IsInABM
    Material.ABM_Name
    Material.ABM_ID
    Material.ABM_Note
    Material.UseAutoLengthInABM
    Material.UsePointToPointLengthInABM
    Material.ABM_PointToPointLength
    Material.ABM_Length
    Material.CustomPropertyMapHandle
    Material.ReferenceLocation
    Material.Quantity
    Material.Usage
    Material.MaterialUse
    Material.IsCNCDownloaded
    Material.IsCNCScribeOntoOther
    Material.RevisionLevel
    Material.RevisionDate
    Material.Route1
    Material.Route2
    Material.Route3
    Material.Route4
    object.GetType()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: DesignData.SDS2.Model
    Assembly: DesignData.SDS2.Model.dll
    Syntax
    public sealed class ColdFormedChannel : RolledShapeMaterial, ICuttableEndMaterial, IRollingOperation

    Constructors

    ColdFormedChannel()

    Cold formed channel material

    Declaration
    public ColdFormedChannel()

    ColdFormedChannel(ColdFormedChannelShape)

    Cold formed channel material

    Declaration
    public ColdFormedChannel(ColdFormedChannelShape shape)
    Parameters
    Type Name Description
    ColdFormedChannelShape shape

    Properties

    AvailableSteelGrades

    A list of steel grades for instances of this material type

    Declaration
    public static SteelGradeList AvailableSteelGrades { get; }
    Property Value
    Type Description
    SteelGradeList

    Grade

    Returns a steel grade, or null if not applicable

    Declaration
    public SteelGrade Grade { get; set; }
    Property Value
    Type Description
    SteelGrade
    Remarks

    To set a grade look for the Grade property on the derived class. You'll need to choose a grade from an appropriate grade list for that material type. Which can be found in a static property, on that class, called AvailableSteelGrades.

    Exceptions
    Type Condition
    InvalidValueException

    Attempting to set a grade not in this type of material's grade list will throw an InvalidValueException. This is determined by searching that grade list for a grade which is equal (operator ==).

    Methods

    Dispose(bool)

    Cold formed channel material

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

    Implements

    ICuttableEndMaterial
    IRollingOperation
    Back to top