Search Results for

    Show / Hide Table of Contents

    Struct Post._AnimationParameters

    Inherited Members
    System.ValueType.Equals(System.Object)
    System.ValueType.GetHashCode()
    System.ValueType.ToString()
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    Namespace: NXOpen.CAE
    Assembly: NXOpen.dll
    Syntax
    struct _AnimationParameters

    Fields

    anim_end_iteration

    Declaration
    public Tag anim_end_iteration
    Field Value
    Type Description
    Tag

    anim_start_iteration

    Declaration
    public Tag anim_start_iteration
    Field Value
    Type Description
    Tag

    animation_streamline

    Declaration
    public Post.AnimationStreamline animation_streamline
    Field Value
    Type Description
    Post.AnimationStreamline

    animation_style

    Declaration
    public Post.AnimationStyle animation_style
    Field Value
    Type Description
    Post.AnimationStyle

    animation_type

    Declaration
    public Post.AnimationType animation_type
    Field Value
    Type Description
    Post.AnimationType

    delay

    Declaration
    public int delay
    Field Value
    Type Description
    System.Int32

    full_cycle

    Declaration
    public bool full_cycle
    Field Value
    Type Description
    System.Boolean

    iter_value_type

    Declaration
    public BaseIteration.IterationValueType iter_value_type
    Field Value
    Type Description
    BaseIteration.IterationValueType

    iteration_increment

    Declaration
    public int iteration_increment
    Field Value
    Type Description
    System.Int32

    iteration_type

    Declaration
    public Post.AnimationIterationTypes iteration_type
    Field Value
    Type Description
    Post.AnimationIterationTypes

    number_of_frames

    Declaration
    public int number_of_frames
    Field Value
    Type Description
    System.Int32
    In This Article
    Back to top Generated by DocFX