Click or drag to resize

Constraint(ConstraintType) Constructor

Constructs a constraint object with the given constraint type.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public Constraint(
	ConstraintType ctype
)

Parameters

ctype  ConstraintType
The constraint type.
See Also