Description:

Gets the weight of a control point at the given (u, v) index. Note, if the surface is non-rational, the weight will be 1.0.

Syntax:
public double GetWeight(
int u,
int v
)
Parameters:
  • u
  • Type: int
  • Index of control-point along surface U direction.
  • v
  • Type: int
  • Index of control-point along surface V direction.
Returns:
Type: double
The control point weight if successful, Rhino.Math.UnsetValue otherwise.
Available since:
6.0

Nothing found