Click or drag to resize

SegmentPropagatorConstraint Constructor

Overload List
  NameDescription
Protected methodSegmentPropagatorConstraint

Initializes a new instance. The weight defaults to 1.0.

Before GetEvaluator(EvaluatorGroup) can be called, DesiredValue must be configured, and Settings must be configured with a valid Tolerance. Scaling defaults to NoScalingOnConstraint.

Protected methodSegmentPropagatorConstraint(Double, Double)

Initializes a new instance. The weight defaults to 1.0.

Scaling defaults to NoScalingOnConstraint.

Protected methodSegmentPropagatorConstraint(SegmentPropagatorConstraint, CopyContext)
Initializes a new instance as a copy of an existing instance.
Protected methodSegmentPropagatorConstraint(ValueDefinitionDouble, Double)

Initializes a new instance. The weight defaults to 1.0.

Scaling defaults to NoScalingOnConstraint.

Protected methodSegmentPropagatorConstraint(Double, Double, SolverConstraintScaling)
Initializes a new instance. The weight defaults to 1.0.
Protected methodSegmentPropagatorConstraint(ValueDefinitionDouble, Double, SolverConstraintScaling)
Initializes a new instance. The weight defaults to 1.0.
Protected methodSegmentPropagatorConstraint(ValueDefinitionDouble, Double, SolverConstraintScaling, Double)
Initializes a new instance.
Top
See Also