Version: 13.0

    Show / Hide Table of Contents

    Enum SinglePointSelectionMethod

    Namespace: SMT.MastaAPI.NodalAnalysis.VaryingInputComponents
    Assembly: SMT.MastaAPI.13.0.dll
    Syntax
    [ComVisible(true)]
    [Guid("ff998dfb-25d3-3a26-28bd-931f217b4cf3")]
    [ApiEnumFor("SMT.NodalAnalysis.VaryingInputComponents.SinglePointSelectionMethod, SMT.NodalAnalysis")]
    public enum SinglePointSelectionMethod

    Fields

    Name Description
    CurrentTime

    The value at the current time will be used, interpolating if necessary.

    MeanValue

    The mean value of the time-series will be used regardless of the current time.

    Back to top