Show / Hide Table of Contents

    Interface IMemberRollingOperation

    Interface for rolling operation properties.

    Namespace: DesignData.SDS2.Model
    Assembly: DesignData.SDS2.Model.dll
    Syntax
    public interface IMemberRollingOperation

    Properties

    IncludedAngleRoll

    The included angle of the rolling operation. This can be set for any operation besides a camber roll

    Declaration
    double IncludedAngleRoll { get; set; }
    Property Value
    Type Description
    double

    MidOrdinateRoll

    The measurement from the center of the curved member to point halfway between the left and right end. For Camber, this is the only valid value to set.

    Declaration
    double MidOrdinateRoll { get; set; }
    Property Value
    Type Description
    double

    RollType

    The type of roll on this material, or None if there is no roll on this material.

    Declaration
    RollType RollType { get; set; }
    Property Value
    Type Description
    RollType

    RollingRadius

    The rolling radius for any roll operation besides a camber roll.

    Declaration
    double RollingRadius { get; set; }
    Property Value
    Type Description
    double

    SpiralRollOffset

    The positive or negative distance that the right end will be offset from the right work point in the member's Z axis.

    Declaration
    double SpiralRollOffset { get; set; }
    Property Value
    Type Description
    double
    Back to top