NurbsCurvePointList.GetPoint Method (Int32, Point3d)

NurbsCurvePointListGetPoint Method (Int32, Point3d)

Gets a world 3-D, or Euclidean, control point at the given index. The 4-D representation is (x, y, z, 1.0).

Namespace:  Rhino.Geometry.Collections
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public bool GetPoint(
	int index,
	out Point3d point
)
Public Function GetPoint ( 
	index As Integer,
	<OutAttribute> ByRef point As Point3d
) As Boolean

Parameters

index
Type: SystemInt32
Index of control point to get.
point
Type: Rhino.GeometryPoint3d
Coordinate of control point.

Return Value

Type: Boolean
true on success, false on failure.
Version Information

Rhino for Windows

Supported in: 6.8
See Also