Description:

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

Syntax:
public ControlPoint GetControlPoint(
int u,
int v
)
Parameters:
  • u
  • Type: int
  • Index of control point in the surface U direction.
  • v
  • Type: int
  • 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