Class DAOStopCondition
Inheritance
DAOStopCondition
Assembly: NXOpen.dll
Syntax
public class DAOStopCondition : NXObject, IMessageSink, INXObject
Constructors
DAOStopCondition()
Declaration
protected DAOStopCondition()
Properties
AbsoluteConvergence
Declaration
public double AbsoluteConvergence { get; set; }
Property Value
ConstraintChecking
Declaration
public bool ConstraintChecking { get; set; }
Property Value
MaxConstraintViolation
Declaration
public double MaxConstraintViolation { get; set; }
Property Value
MaxIterations
Declaration
public int MaxIterations { get; set; }
Property Value
PerturbationFraction
Declaration
public double PerturbationFraction { get; set; }
Property Value
RelativeConvergence
Declaration
public double RelativeConvergence { get; set; }
Property Value
SaveAllIterationResults
Declaration
public bool SaveAllIterationResults { get; set; }
Property Value
Implements
System.Runtime.Remoting.Messaging.IMessageSink