Description:
Sets the control point at the given (u, v) index.
Syntax:
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: ControlPoint
- The control point to set.
Returns:
Type: bool
True on success, False on failure.
Available since:
5.0
Description:
Sets the control point at the given (u, v) index.
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