RhinoCommon API
PolylineCurveSetPoint Method |
Sets a point at a specified index in the polyline curve.
Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll)
Since: 5.0

public void SetPoint( int index, Point3d point )
Public Sub SetPoint ( index As Integer, point As Point3d )
Parameters
- index
- Type: SystemInt32
An index. - point
- Type: Rhino.GeometryPoint3d
A point location to set.
