YFuncXZ Property
The YFuncXZ property returns or sets the Y equation as a function of X and Z in a surface function map. Returns a String.
Syntax
object.YFuncXZ
object.YFuncXZ = YFuncXZ
Parameter | Type | Description |
YFuncXZ | 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 surface function map.
SurfaceFunctionMap.YFuncXZ = "(pow(x,2) + pow(z,2)) * (sin(8*atan2(x,z)))"
Used by: AutoSurfaceFuncMap object