Click or drag to resize

NurbsSurfacePointListSetPoint Method (Int32, Int32, Point3d, Double)

Sets a world 3-D, or Euclidean, control point and weight at a given index. The 4-D representation is (x*w, y*w, z*w, w).

Namespace:  Rhino.Geometry.Collections
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 6.0
Syntax
public bool SetPoint(
	int u,
	int v,
	Point3d point,
	double weight
)

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.
point
Type: Rhino.GeometryPoint3d
Coordinates of the control point.
weight
Type: SystemDouble
Weight of control point.

Return Value

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