Click or drag to resize

PolylineCurveSetPoint Method

Sets a point at a specified index in the polyline curve.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public void SetPoint(
	int index,
	Point3d point
)

Parameters

index
Type: SystemInt32
An index.
point
Type: Rhino.GeometryPoint3d
A point location to set.
See Also