Equation Property [AutoContourFuncMap]

The Equation property returns or sets the Y equation as a function of X and Z in a contour XZ function map or the Z equation as a function of X and Y in a contour XY function map. Returns a String.

Syntax

object.Equation

object.Equation = Equation

 

Parameter Type Description
Equation String Required, function equation, see Mathematical Functions

 

Example

This example shows how to set the Y as a function of X and Z equation for a contour XZ function map.

ContourFunctionMap.Equation = “(pow(x,2) + pow(z,2)) * (sin(8*atan2(x,z)))”

 

Used by: AutoContourFuncMap object