Description:

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

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

Nothing found