Version: 13.0

    Show / Hide Table of Contents

    Enum ShapeOfInitialAccelerationPeriodForRunUp

    Namespace: SMT.MastaAPI.SystemModel.AnalysesAndResults.MBDAnalyses
    Assembly: SMT.MastaAPI.13.0.dll
    Syntax
    [ComVisible(true)]
    [Guid("12d9ec0d-6083-344d-b272-5a886ee467b8")]
    [ApiEnumFor("SMT.MAA.ContextAndShadows.MBDAnalyses.ShapeOfInitialAccelerationPeriodForRunUp, SMT.MAA")]
    public enum ShapeOfInitialAccelerationPeriodForRunUp

    Fields

    Name Description
    Cubic

    Start at zero speed with zero gradient and match the gradient of the run-up at the start of the linear period.

    Quadratic

    Start at zero speed and match the gradient of the run-up at the start of the linear period.

    Back to top