PolylineCurveSetPoint Method |
Sets a point at a specified index in the polyline curve.
Namespace:
Rhino.Geometry
Assembly:
RhinoCommon (in RhinoCommon.dll)
Syntaxpublic 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.
Version InformationRhino for Mac
Supported in: 5.4
Rhino for Windows
Supported in: 6.8
See Also