DelegateBasedConstraint Constructor |
Name | Description | |
---|---|---|
DelegateBasedConstraint | Initializes a new instance. Before GetEvaluator(EvaluatorGroup) can be called, Callback, Segment, and DesiredValue must be configured, and Settings must be configured with a valid Tolerance. Scaling defaults to NoScalingOnConstraint. | |
DelegateBasedConstraint(DelegateBasedConstraint, CopyContext) | Initializes a new instance as a copy of an existing instance. | |
DelegateBasedConstraint(DelegateBasedConstraintCallback, SegmentDefinition, Double, Double) |
Initializes a new instance.
| |
DelegateBasedConstraint(DelegateBasedConstraintCallback, SegmentDefinition, Double, Double, SolverConstraintScaling) |
Initializes a new instance.
| |
DelegateBasedConstraint(DelegateBasedConstraintCallback, SegmentDefinition, Double, Double, SolverConstraintScaling, Double) |
Initializes a new instance.
|