Description:

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

Syntax:
public bool SetControlPoint(
int u,
int v,
ControlPoint cp
)
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: bool
True on success, False on failure.
Available since:
5.0

Description:

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

Syntax:
public bool SetControlPoint(
int u,
int v,
Point3d cp
)
deprecated in 6.0
obsolete: Use one of the SetPoint
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.
  • cp
  • Type: Point3d
  • The control point location to set (weight is assumed to be 1.0).
Returns:
Type: bool
True on success, False on failure.
Available since:
5.0

Nothing found