SurfaceEvaluator.GetPointAtParam Method
Parent Object:
SurfaceEvaluator
Description
Calculates the coordinate points at the given parameter values on the surface.
Syntax
SurfaceEvaluator.
GetPointAtParam(
Params() As Double,
Points() As Double )
Parameters
Params |
Double |
Input/output array of Doubles that specifies the u-v parameters. The array is a single dimension array containing sequential u and v values. |
Points |
Double |
Input/output double that specifies the points. |
Samples
Version
Introduced in version 4