Show / Hide Table of Contents

    Enum RolledPlateFabricationMethod

    Methods for fabricating rolled material

    Namespace: DesignData.SDS2.Model
    Assembly: DesignData.SDS2.Model.dll
    Syntax
    public enum RolledPlateFabricationMethod

    Fields

    Name Description
    ContinuousRolling

    The curve of the rolled material will be smooth and continuous.

    SegmentedBending

    Causes the rolled material to be a series of flat (not-curved) bend segments. The number of segments is the number entered to "Bend segments."

    Back to top