PolylineCurvePoint Method |
Gets a point at a specified index in the polyline curve.
Namespace:
Rhino.Geometry
Assembly:
RhinoCommon (in RhinoCommon.dll)
Syntaxpublic Point3d Point(
int index
)
Public Function Point (
index As Integer
) As Point3d
Parameters
- index
- Type: SystemInt32
An index.
Return Value
Type:
Point3dA point.
Version InformationRhino for Mac
Supported in: 5.4
Rhino for Windows
Supported in: 6.8
See Also