NX Open C++ Reference Guide
Public Types | Public Member Functions
NXOpen::CAE::ModelUpdateOptimOptionsBuilder Class Reference

Represents a CAE::ModelUpdateOptimOptionsBuilder
To create a new instance of this class, use CAE::ModelUpdateSolution::CreateOptimOptionsBuilder

Created in NX7.5.0. More...

Inheritance diagram for NXOpen::CAE::ModelUpdateOptimOptionsBuilder:
NXOpen::Builder NXOpen::TaggedObject NXOpen::GeometricUtilities::IComponentBuilder

List of all members.

Public Types

enum  MethodChoice { MethodChoiceLeastSquares, MethodChoiceSteepestDescent, MethodChoiceGeneticAlgorithm }
 the method of the optimizer More...
enum  SteepestDescMethodChoice { SteepestDescMethodChoiceLinear, SteepestDescMethodChoiceFractional }
 the mode of the Steepest Descent method More...

Public Member Functions

double DesignVarLinearRange ()
 Returns the design variable linear range
Created in NX7.5.0.
double DesignVarWeight ()
 Returns the design variable weight
Created in NX7.5.0.
int GaOptNumGenerations ()
 Returns the genetic algorithm optimizer number of generations
Created in NX7.5.0.
int GaOptNumGenes ()
 Returns the genetic algorithm optimizer number of genes
Created in NX7.5.0.
int GaOptNumIndividuals ()
 Returns the genetic algorithm optimizer number of individuals
Created in NX7.5.0.
bool LeastSqrAutoFilter ()
 Returns the least squares auto filter design variable
Created in NX7.5.0.
int MaxIterations ()
 Returns the maximum iterations
Created in NX7.5.0.
NXOpen::CAE::ModelUpdateOptimOptionsBuilder::MethodChoice Method ()
 Returns the method
Created in NX7.5.0.
double MinImprovement ()
 Returns the minimum improvement
Created in NX7.5.0.
void Optimize ()
 Do the optimization of model update
Created in NX7.5.0.
void SetDesignVarLinearRange (double designVarLinearRange)
 Sets the design variable linear range
Created in NX7.5.0.
void SetDesignVarWeight (double designVarWeight)
 Sets the design variable weight
Created in NX7.5.0.
void SetGaOptNumGenerations (int gaOptNumGenerations)
 Sets the genetic algorithm optimizer number of generations
Created in NX7.5.0.
void SetGaOptNumGenes (int gaOptNumGenes)
 Sets the genetic algorithm optimizer number of genes
Created in NX7.5.0.
void SetGaOptNumIndividuals (int gaOptNumIndividuals)
 Sets the genetic algorithm optimizer number of individuals
Created in NX7.5.0.
void SetLeastSqrAutoFilter (bool leastSqrAutoFilter)
 Sets the least squares auto filter design variable
Created in NX7.5.0.
void SetMaxIterations (int maxIterations)
 Sets the maximum iterations
Created in NX7.5.0.
void SetMethod (NXOpen::CAE::ModelUpdateOptimOptionsBuilder::MethodChoice method)
 Sets the method
Created in NX7.5.0.
void SetMinImprovement (double minImprovement)
 Sets the minimum improvement
Created in NX7.5.0.
void SetSteepestDescDVarStep (double steepestDescDVarStep)
 Sets the steepest descent design variable step
Created in NX7.5.0.
void SetSteepestDescMaxInnerIter (int steepestDescMaxInnerIter)
 Sets the steepest descent max inner iterations
Created in NX7.5.0.
void SetSteepestDescMethod (NXOpen::CAE::ModelUpdateOptimOptionsBuilder::SteepestDescMethodChoice steepestDescMethod)
 Sets the steepest descent method
Created in NX7.5.0.
double SteepestDescDVarStep ()
 Returns the steepest descent design variable step
Created in NX7.5.0.
int SteepestDescMaxInnerIter ()
 Returns the steepest descent max inner iterations
Created in NX7.5.0.
NXOpen::CAE::ModelUpdateOptimOptionsBuilder::SteepestDescMethodChoice SteepestDescMethod ()
 Returns the steepest descent method
Created in NX7.5.0.

Detailed Description

Represents a CAE::ModelUpdateOptimOptionsBuilder
To create a new instance of this class, use CAE::ModelUpdateSolution::CreateOptimOptionsBuilder

Created in NX7.5.0.



Member Enumeration Documentation

the method of the optimizer

Enumerator:
MethodChoiceLeastSquares 

Least Squares method.

MethodChoiceSteepestDescent 

Steepest Descent method.

MethodChoiceGeneticAlgorithm 

Genetic Algorithm method.

the mode of the Steepest Descent method

Enumerator:
SteepestDescMethodChoiceLinear 

Linear mode.

SteepestDescMethodChoiceFractional 

Fractional mode.


Member Function Documentation

Returns the design variable linear range
Created in NX7.5.0.



License requirements : None

Returns the design variable weight
Created in NX7.5.0.



License requirements : None

Returns the genetic algorithm optimizer number of generations
Created in NX7.5.0.



License requirements : None

Returns the genetic algorithm optimizer number of genes
Created in NX7.5.0.



License requirements : None

Returns the genetic algorithm optimizer number of individuals
Created in NX7.5.0.



License requirements : None

Returns the least squares auto filter design variable
Created in NX7.5.0.



License requirements : None

Returns the maximum iterations
Created in NX7.5.0.



License requirements : None

Returns the method
Created in NX7.5.0.



License requirements : None

Returns the minimum improvement
Created in NX7.5.0.



License requirements : None

Do the optimization of model update
Created in NX7.5.0.



License requirements : nx_correl_update ("FE Model Update")

Sets the design variable linear range
Created in NX7.5.0.



License requirements : nx_correl_update ("FE Model Update")

Parameters:
designVarLinearRangedesignvarlinearrange

Sets the design variable weight
Created in NX7.5.0.



License requirements : nx_correl_update ("FE Model Update")

Parameters:
designVarWeightdesignvarweight

Sets the genetic algorithm optimizer number of generations
Created in NX7.5.0.



License requirements : nx_correl_update ("FE Model Update")

Parameters:
gaOptNumGenerationsgaoptnumgenerations

Sets the genetic algorithm optimizer number of genes
Created in NX7.5.0.



License requirements : nx_correl_update ("FE Model Update")

Parameters:
gaOptNumGenesgaoptnumgenes

Sets the genetic algorithm optimizer number of individuals
Created in NX7.5.0.



License requirements : nx_correl_update ("FE Model Update")

Parameters:
gaOptNumIndividualsgaoptnumindividuals

Sets the least squares auto filter design variable
Created in NX7.5.0.



License requirements : nx_correl_update ("FE Model Update")

Parameters:
leastSqrAutoFilterleastsqrautofilter

Sets the maximum iterations
Created in NX7.5.0.



License requirements : nx_correl_update ("FE Model Update")

Parameters:
maxIterationsmaxiterations

Sets the method
Created in NX7.5.0.



License requirements : nx_correl_update ("FE Model Update")

Parameters:
methodmethod

Sets the minimum improvement
Created in NX7.5.0.



License requirements : nx_correl_update ("FE Model Update")

Parameters:
minImprovementminimprovement

Sets the steepest descent design variable step
Created in NX7.5.0.



License requirements : nx_correl_update ("FE Model Update")

Parameters:
steepestDescDVarStepsteepestdescdvarstep

Sets the steepest descent max inner iterations
Created in NX7.5.0.



License requirements : nx_correl_update ("FE Model Update")

Parameters:
steepestDescMaxInnerItersteepestdescmaxinneriter

Sets the steepest descent method
Created in NX7.5.0.



License requirements : nx_correl_update ("FE Model Update")

Parameters:
steepestDescMethodsteepestdescmethod

Returns the steepest descent design variable step
Created in NX7.5.0.



License requirements : None

Returns the steepest descent max inner iterations
Created in NX7.5.0.



License requirements : None

Returns the steepest descent method
Created in NX7.5.0.



License requirements : None


The documentation for this class was generated from the following file:
Copyright 2011 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.