Search Results for

    Show / Hide Table of Contents

    Class CacheResultRecipeBuilder

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    CacheResultRecipeBuilder
    Implements
    IMessageSink
    IComponentBuilder
    Inherited Members
    Builder.Commit()
    Builder.Destroy()
    Builder.GetCommittedObjects()
    Builder.GetObject()
    Builder.ShowResults()
    Builder.Validate()
    Builder.PreviewBuilder
    TaggedObject.initialize()
    TaggedObject.ToString()
    TaggedObject.PrintTestData(string)
    TaggedObject.PrintTestData(string, int)
    TaggedObject.Tag
    NXRemotableObject.SyncProcessMessage(IMessage)
    NXRemotableObject.AsyncProcessMessage(IMessage, IMessageSink)
    NXRemotableObject.NextSink
    MarshalByRefObject.GetLifetimeService()
    MarshalByRefObject.InitializeLifetimeService()
    MarshalByRefObject.MemberwiseClone(bool)
    object.GetType()
    object.MemberwiseClone()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: NXOpen.CAE
    Assembly: NXOpen.dll
    Syntax
    public class CacheResultRecipeBuilder : Builder, IMessageSink, IComponentBuilder

    Constructors

    CacheResultRecipeBuilder()

    Declaration
    protected CacheResultRecipeBuilder()

    Properties

    IterationStepSpacing

    Declaration
    public int IterationStepSpacing { get; set; }
    Property Value
    Type Description
    int

    IterationValueTypeFilter

    Declaration
    public BaseIteration.IterationValueType IterationValueTypeFilter { get; set; }
    Property Value
    Type Description
    BaseIteration.IterationValueType

    Methods

    SetEndIteration(BaseIteration)

    Declaration
    public void SetEndIteration(BaseIteration iteration)
    Parameters
    Type Name Description
    BaseIteration iteration

    SetEquivalentResultType(BaseResultType)

    Declaration
    public void SetEquivalentResultType(BaseResultType restype)
    Parameters
    Type Name Description
    BaseResultType restype

    SetStartIteration(BaseIteration)

    Declaration
    public void SetStartIteration(BaseIteration iteration)
    Parameters
    Type Name Description
    BaseIteration iteration

    Implements

    System.Runtime.Remoting.Messaging.IMessageSink
    IComponentBuilder
    In this article
    Back to top Generated by DocFX