Description Sets the surface's z value at a given sample point.
Syntax SetSampledSurfValue n, i, j, z
Parameters n As Long Node number of the sampled surface.
i As Long The column where the z value will be changed.
j As Long The row where the z value will be changed.
z As Double The new z value for the sample point.
Remarks This subroutine sets the surface's z value at a given sample point. If there is a problem, the subroutine sets an error and returns without modifying the surface.
See Also Examples
|