Click or drag to resize

NurbsSurfacePointListSetControlPoint Method (Int32, Int32, Point3d)

Note: This API is now obsolete.

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

Namespace:  Rhino.Geometry.Collections
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
[ObsoleteAttribute("Use one of the SetPoint() overrides")]
public bool SetControlPoint(
	int u,
	int v,
	Point3d cp
)

Parameters

u
Type: SystemInt32
Index of control point in the surface U direction.
v
Type: SystemInt32
Index of control point in the surface V direction.
cp
Type: Rhino.GeometryPoint3d
The control point location to set (weight is assumed to be 1.0).

Return Value

Type: Boolean
true on success, false on failure.
See Also