Description:

Gets the 2-D Greville point associated with the control point at the given (u, v) index.

Syntax:
public Point2d GetGrevillePoint(
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:
Type: Point2d
A Surface UV coordinate on success, Point2d.Unset on failure.
Available since:
5.0

Nothing found