Search Results for

    Show / Hide Table of Contents

    Class ModelUpdateOptimOptionsBuilder

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    ModelUpdateOptimOptionsBuilder
    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 ModelUpdateOptimOptionsBuilder : Builder, IMessageSink, IComponentBuilder

    Constructors

    ModelUpdateOptimOptionsBuilder()

    Declaration
    protected ModelUpdateOptimOptionsBuilder()

    Properties

    DesignVarLinearRange

    Declaration
    public double DesignVarLinearRange { get; set; }
    Property Value
    Type Description
    double

    DesignVarWeight

    Declaration
    public double DesignVarWeight { get; set; }
    Property Value
    Type Description
    double

    GaOptNumGenerations

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

    GaOptNumGenes

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

    GaOptNumIndividuals

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

    LeastSqrAutoFilter

    Declaration
    public bool LeastSqrAutoFilter { get; set; }
    Property Value
    Type Description
    bool

    MaxIterations

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

    Method

    Declaration
    public ModelUpdateOptimOptionsBuilder.MethodChoice Method { get; set; }
    Property Value
    Type Description
    ModelUpdateOptimOptionsBuilder.MethodChoice

    MinImprovement

    Declaration
    public double MinImprovement { get; set; }
    Property Value
    Type Description
    double

    SteepestDescDVarStep

    Declaration
    public double SteepestDescDVarStep { get; set; }
    Property Value
    Type Description
    double

    SteepestDescMaxInnerIter

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

    SteepestDescMethod

    Declaration
    public ModelUpdateOptimOptionsBuilder.SteepestDescMethodChoice SteepestDescMethod { get; set; }
    Property Value
    Type Description
    ModelUpdateOptimOptionsBuilder.SteepestDescMethodChoice

    Methods

    Optimize()

    Declaration
    public void Optimize()

    Implements

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