Description:

Gets the control point at the given (u, v) index.

Syntax:
public ControlPoint GetControlPoint(
Int32 u,
Int32 v
)
Parameters:
  • u
  • Type: System.Int32
  • Index of control point in the surface U direction.
  • v
  • Type: System.Int32
  • Index of control point in the surface V direction.
Returns:
The control point at the given (u, v) index.
Available since:
5.0

Nothing found