Class DurSpecialistSolveBuilder
Inheritance
System.Object
System.MarshalByRefObject
DurSpecialistSolveBuilder
Inherited Members
System.MarshalByRefObject.CreateObjRef(System.Type)
System.MarshalByRefObject.GetLifetimeService()
System.MarshalByRefObject.InitializeLifetimeService()
System.MarshalByRefObject.MemberwiseClone(System.Boolean)
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: NXOpen.CAE
Assembly: NXOpen.dll
Syntax
public class DurSpecialistSolveBuilder : Builder, IMessageSink, IComponentBuilder
Constructors
DurSpecialistSolveBuilder()
Declaration
protected DurSpecialistSolveBuilder()
Properties
FunctionResultsOnly
Declaration
public bool FunctionResultsOnly { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
ModelCheck
Declaration
public bool ModelCheck { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
SolverParameters
Declaration
public DurSpecialistSolverParameterTable SolverParameters { get; }
Property Value
Type | Description |
---|---|
DurSpecialistSolverParameterTable |
SolverProfile
Declaration
public DurSpecialistSolverProfile SolverProfile { get; set; }
Property Value
Type | Description |
---|---|
DurSpecialistSolverProfile |
SubmitOptions
Declaration
public DurSpecialistSolveBuilder.SubmitOptionsEnum SubmitOptions { get; set; }
Property Value
Type | Description |
---|---|
DurSpecialistSolveBuilder.SubmitOptionsEnum |
Methods
GetCommitNoSolve()
Declaration
public bool GetCommitNoSolve()
Returns
Type | Description |
---|---|
System.Boolean |
SetCommitNoSolve(Boolean)
Declaration
public void SetCommitNoSolve(bool flag)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | flag |
Implements
System.Runtime.Remoting.Messaging.IMessageSink