Enum RealParameterConstraintsMode
Defines the various modes of real parameter constraints.
Namespace: TopSolid.Kernel.Automating
Assembly: cs.temp.dll.dll
Syntax
[AvailableSinceVersion(7, 17, 0, 0)]
public enum RealParameterConstraintsMode
Remarks
This enum is available since v7.17.000.000.
Fields
Name | Description |
---|---|
Check | Check that the constraints are satisfied at specified tolerance. |
CheckAndAdjust | Check that the constraints are satisfied at specified tolerance and adjust at zero tolerance. |
None | Not used. |
Solve | Solve the constraints. |