Click or drag to resize

NurbsCurvePointListSetPoint Method (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 index,
	Point3d point,
	double weight
)

Parameters

index
Type: SystemInt32
Index of control point to set.
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