VariationField.setField


setField(function, localAttr)

Sets the function expression and coord set. Also unsets all limits.

functionstringany expression that evaluates to a number, e.g. '4','3+4x','y'. Note all numbers must be in US English, i.e. "1.2", not the current locale (e.g. Italian/Swedish/French "1,2")
localAttrlocal coord The name or ID of a local coord, or a pointer to a LocalCoord object. local coordinate set in which function and limits are given
Return valuePointer to this objectAllows multiple function calls to be chained together

Back to VariationField

Back to Overview