U,V : (Double,read only)
return the current value of “U” and “V” from current Mathsurf. Using these variables are allowed only inside the expressions and basic formulas.
UIndex,VIndex : (Integer,read only)
return the position of current point in UV grid from current Mathsurf. Using these variables are allowed only inside the expressions and basic formulas.
DU,DV: (Double,read only)
return the size of patches in UV grid in U and V direction respectively from the current Mathsurf.
uMin ,uMax: (float,read only)
return the left side and right side of interval [uMin,uMax] from current Mathsurf respectively.
vMin ,vMax: (float,read only)
return the left side and right side of interval [vMin,vMax] from current Mathsurf respectively.
Usegments : (integer,read only)
return resolution of UV grid in U direction from current Mathsruf.
Vsegments : (integer,read only)
return resolution of UV grid in V direction from current Mathsruf.
|