Search Results for

    Show / Hide Table of Contents

    Struct Result.VelocityParameters

    Inherited Members
    ValueType.Equals(object)
    ValueType.GetHashCode()
    object.GetType()
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    Namespace: NXOpen.CAE
    Assembly: NXOpen.dll
    Syntax
    public struct Result.VelocityParameters

    Constructors

    VelocityParameters(int, int, Type)

    Declaration
    public VelocityParameters(int LoadCaseIndex, int IterationIndex, Result.Type Type)
    Parameters
    Type Name Description
    int LoadCaseIndex
    int IterationIndex
    Result.Type Type

    Fields

    IterationIndex

    Declaration
    public int IterationIndex
    Field Value
    Type Description
    int

    LoadCaseIndex

    Declaration
    public int LoadCaseIndex
    Field Value
    Type Description
    int

    Type

    Declaration
    public Result.Type Type
    Field Value
    Type Description
    Result.Type

    Methods

    ToString()

    Declaration
    public override string ToString()
    Returns
    Type Description
    string
    Overrides
    ValueType.ToString()
    In this article
    Back to top Generated by DocFX