RhinoCommon API
NurbsSurfacePointListSetPoint Method (Int32, Int32, Double, Double, Double) |
Sets a world 3-D, or Euclidean, control point at the given (u, v) index.
The 4-D representation is (x, y, z, 1.0).
Namespace: Rhino.Geometry.Collections
Assembly: RhinoCommon (in RhinoCommon.dll)
Since: 6.0

public bool SetPoint( int u, int v, double x, double y, double z )
Public Function SetPoint ( u As Integer, v As Integer, x As Double, y As Double, z 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. - x
- Type: SystemDouble
X coordinate of control point. - y
- Type: SystemDouble
Y coordinate of control point. - z
- Type: SystemDouble
Z coordinate of control point.
Return Value
Type: Booleantrue on success, false on failure.
