NurbsSurfacePointList.SetPoint Method (Int32, Int32, Point3d, Double)

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)
Syntax
public bool SetPoint(
	int u,
	int v,
	Point3d point,
	double weight
)
Public Function SetPoint ( 
	u As Integer,
	v As Integer,
	point As Point3d,
	weight As Double
) As Boolean

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.
Version Information

Rhino for Windows

Supported in: 6.8
See Also